Package org.isda.cdm

Class Affirmation


  • @RosettaClass
    public class Affirmation
    extends com.rosetta.model.lib.RosettaModelObject
    A class to specify a trade affirmation.
    Version:
    2.5.4
    • Method Detail

      • getIdentifier

        public final java.util.List<Identifier> getIdentifier()
        The identifier(s) associated with the trade and resulting confirmation.
      • getLineage

        public final Lineage getLineage()
        The lineage attribute provides a linkage to previous lifecycle events and associated data.
      • getParty

        public final java.util.List<Party> getParty()
        The parties associated with the trade.
      • getPartyRole

        public final java.util.List<PartyRole> getPartyRole()
        The role(s) that party(ies) may have in relation to the trade
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends Affirmation> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object