Package cdm.legaldocumentation.csa
Class FxHaircutCurrency.FxHaircutCurrencyImpl
java.lang.Object
cdm.legaldocumentation.csa.FxHaircutCurrency.FxHaircutCurrencyImpl
- All Implemented Interfaces:
FxHaircutCurrency,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
FxHaircutCurrency
public static class FxHaircutCurrency.FxHaircutCurrencyImpl
extends Object
implements FxHaircutCurrency
Immutable Implementation of FxHaircutCurrency
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.FxHaircutCurrency
FxHaircutCurrency.FxHaircutCurrencyBuilder, FxHaircutCurrency.FxHaircutCurrencyBuilderImpl, FxHaircutCurrency.FxHaircutCurrencyImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.FxHaircutCurrency
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanWhen specified, the reference currency for the purpose of specifying the FX Haircut relating to a posting obligation.The reference currency for the purpose of specifying the FX Haircut relating to a posting obligation is the Termination Currency when the Boolean value is set to True.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.FxHaircutCurrency
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
FxHaircutCurrencyImpl
-
-
Method Details
-
getIsTerminationCurrency
@RosettaAttribute("isTerminationCurrency") @Accessor(GETTER) @Required @RuneAttribute("isTerminationCurrency") public Boolean getIsTerminationCurrency()Description copied from interface:FxHaircutCurrencyThe reference currency for the purpose of specifying the FX Haircut relating to a posting obligation is the Termination Currency when the Boolean value is set to True.- Specified by:
getIsTerminationCurrencyin interfaceFxHaircutCurrency
-
getFxDesignatedCurrency
@RosettaAttribute("fxDesignatedCurrency") @Accessor(GETTER) @RuneAttribute("fxDesignatedCurrency") public FieldWithMetaString getFxDesignatedCurrency()Description copied from interface:FxHaircutCurrencyWhen specified, the reference currency for the purpose of specifying the FX Haircut relating to a posting obligation. 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.- Specified by:
getFxDesignatedCurrencyin interfaceFxHaircutCurrency
-
build
Description copied from interface:FxHaircutCurrencyBuild Methods- Specified by:
buildin interfaceFxHaircutCurrency- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceFxHaircutCurrency- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-