Package org.isda.cdm
Class PartyContractInformation
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PartyContractInformation
-
@RosettaClass @RosettaSynonym(value="PartyTradeInformation", source="FpML_5_10") public class PartyContractInformation extends com.rosetta.model.lib.RosettaModelObject
A class defining party-specific additional information that may be recorded with respect to a contract.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartyContractInformation.PartyContractInformationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartyContractInformation.PartyContractInformationBuilder
builder()
boolean
equals(java.lang.Object o)
ReferenceWithMetaAccount
getAccountReference()
Reference to an account.FieldWithMetaCategoryEnum
getCategory()
The qualification of the trade by the counterparty, e.g.java.util.List<NaturalPersonRole>
getNaturalPersonRole()
The role(s) that natural person(s) may have in relation to the contract.ReferenceWithMetaParty
getPartyReference()
The reference to the party that owns this party contract information or, in the case of shared trades information, the reference that originated such information.RelatedParty
getRelatedParty()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyContractInformation>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PartyContractInformation.PartyContractInformationBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAccountReference
@RosettaSynonym(value="accountReference", source="CME_ClearedConfirm_1_17") public final ReferenceWithMetaAccount getAccountReference()
Reference to an account.
-
getCategory
@RosettaSynonym(value="category",source="FpML_5_10") @RosettaSynonym(value="category",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="category",source="CME_ClearedConfirm_1_17") public final FieldWithMetaCategoryEnum getCategory()
The qualification of the trade by the counterparty, e.g. customer or principal. This information is relevant for a number of marketplace processes, such as regulatory reporting or clearing.
-
getNaturalPersonRole
@RosettaSynonym(value="relatedPerson",source="FpML_5_10") @RosettaSynonym(value="relatedPerson",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="relatedPerson",source="DTCC_11_0") @RosettaSynonym(value="relatedPerson",source="DTCC_9_0") @RosettaSynonym(value="relatedPerson",source="CME_ClearedConfirm_1_17") public final java.util.List<NaturalPersonRole> getNaturalPersonRole()
The role(s) that natural person(s) may have in relation to the contract.
-
getPartyReference
@RosettaSynonym(value="partyReference",source="FpML_5_10") @RosettaSynonym(value="partyReference",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="partyReference",source="DTCC_11_0") @RosettaSynonym(value="partyReference",source="DTCC_9_0") @RosettaSynonym(value="partyReference",source="CME_ClearedConfirm_1_17") public final ReferenceWithMetaParty getPartyReference()
The reference to the party that owns this party contract information or, in the case of shared trades information, the reference that originated such information.
-
getRelatedParty
@RosettaSynonym(value="relatedParty",source="FpML_5_10") @RosettaSynonym(value="relatedParty",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="relatedParty",source="CME_ClearedConfirm_1_17") public final RelatedParty getRelatedParty()
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyContractInformation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PartyContractInformation.PartyContractInformationBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PartyContractInformation.PartyContractInformationBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-