Package cdm.product.asset
Class ReferencePair.ReferencePairImpl
java.lang.Object
cdm.product.asset.ReferencePair.ReferencePairImpl
- All Implemented Interfaces:
ReferencePair,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ReferencePair
Immutable Implementation of ReferencePair
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.ReferencePair
ReferencePair.ReferencePairBuilder, ReferencePair.ReferencePairBuilderImpl, ReferencePair.ReferencePairImpl -
Field Summary
Fields inherited from interface cdm.product.asset.ReferencePair
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDefines the reference entity types corresponding to a list of types in the ISDA First to Default documentation.Used to indicate that there is no Reference Obligation associated with this Credit Default Swap and that there will never be one.The corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations.The Reference Obligation is a financial instrument that is either issued or guaranteed by the reference entity.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.ReferencePair
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
ReferencePairImpl
-
-
Method Details
-
getReferenceEntity
@RosettaAttribute(value="referenceEntity", isRequired=true) @RuneAttribute(value="referenceEntity", isRequired=true) public LegalEntity getReferenceEntity()Description copied from interface:ReferencePairThe corporate or sovereign entity on which you are buying or selling protection and any successor that assumes all or substantially all of its contractual and other obligations. It is vital to use the correct legal name of the entity and to be careful not to choose a subsidiary if you really want to trade protection on a parent company. Please note, Reference Entities cannot be senior or subordinated. It is the obligations of the Reference Entities that can be senior or subordinated. ISDA 2003 Term: Reference Entity.- Specified by:
getReferenceEntityin interfaceReferencePair
-
getReferenceObligation
@RosettaAttribute("referenceObligation") @RuneAttribute("referenceObligation") public ReferenceObligation getReferenceObligation()Description copied from interface:ReferencePairThe Reference Obligation is a financial instrument that is either issued or guaranteed by the reference entity. It serves to clarify the precise reference entity protection is being offered upon, and its legal position with regard to other related firms (parents/subsidiaries). Furthermore the Reference Obligation is ALWAYS deliverable and establishes the Pari Passu ranking (as the deliverable bonds must rank equal to the reference obligation). ISDA 2003 Term: Reference Obligation.- Specified by:
getReferenceObligationin interfaceReferencePair
-
getNoReferenceObligation
@RosettaAttribute("noReferenceObligation") @RuneAttribute("noReferenceObligation") public Boolean getNoReferenceObligation()Description copied from interface:ReferencePairUsed to indicate that there is no Reference Obligation associated with this Credit Default Swap and that there will never be one.- Specified by:
getNoReferenceObligationin interfaceReferencePair
-
getEntityType
@RosettaAttribute(value="entityType", isRequired=true) @RuneAttribute(value="entityType", isRequired=true) public FieldWithMetaEntityTypeEnum getEntityType()Description copied from interface:ReferencePairDefines the reference entity types corresponding to a list of types in the ISDA First to Default documentation.- Specified by:
getEntityTypein interfaceReferencePair
-
build
Description copied from interface:ReferencePairBuild Methods- Specified by:
buildin interfaceReferencePair- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceReferencePair- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-