Package cdm.legaldocumentation.csa
Interface FxHaircutCurrency
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FxHaircutCurrency.FxHaircutCurrencyBuilder
- All Known Implementing Classes:
FxHaircutCurrency.FxHaircutCurrencyBuilderImpl,FxHaircutCurrency.FxHaircutCurrencyImpl
@RosettaDataType(value="FxHaircutCurrency",
builder=FxHaircutCurrencyBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="FxHaircutCurrency",
model="cdm",
builder=FxHaircutCurrencyBuilderImpl.class,
version="7.0.0-dev.105")
public interface FxHaircutCurrency
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the reference currency for the purpose of specifying the FX Haircut relating to a posting obligation, as being either the Termination Currency or an FX Designated Currency.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FxHaircutCurrencystatic classImmutable Implementation of FxHaircutCurrency -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()When 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.default Class<? extends FxHaircutCurrency> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FxHaircutCurrency> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIsTerminationCurrency
Boolean getIsTerminationCurrency()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. -
getFxDesignatedCurrency
FieldWithMetaString getFxDesignatedCurrency()When 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. -
build
FxHaircutCurrency build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
FxHaircutCurrency.FxHaircutCurrencyBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-