Package org.isda.cdm

Class SimmCalculationCurrency


  • @RosettaClass
    public class SimmCalculationCurrency
    extends com.rosetta.model.lib.RosettaModelObject
    A class to specify the ISDA SIMM Calculation Currency as either the Base Currency or an alternative currency. ISDA 2016 CSA for Initial Margin, Paragraph 13, General Principles (ee)(3). | ISDA 2018 CSA for Initial Margin, Paragraph 13, General Principles (ee)(3).
    Version:
    2.5.4
    • Method Detail

      • getCurrency

        @RosettaSynonym(value="currency",source="AcadiaSoft_AM_1_0") @RosettaSynonym(value="partyA_use_other_currency",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_use_other_currency",source="ISDA_Create_1_0")
        public final FieldWithMetaString getCurrency()
        The currency in which the ISDA SIMM Calculation is denominated, when different from the Base Currency. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.
      • getIsBaseCurrency

        @RosettaSynonym(value="partyA_use_base_currency",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_use_base_currency",source="ISDA_Create_1_0")
        public final java.lang.Boolean getIsBaseCurrency()
        The SIMM Calculation Currency (also known as SIMM Reporting Currency) means the Base Currency when True. It means a different currency when False. In that latter case, the SIMM Calculation Currency is specified as part of the currency attribute.
      • getParty

        @RosettaSynonym(value="",source="ISDA_Create_1_0") @RosettaSynonym(value="",source="ISDA_Create_1_0")
        public final java.lang.String getParty()
        The party which the SIMM Calculation Currency qualification applies to.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends SimmCalculationCurrency> 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