Interface FxDualExchangeRate
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
FxDualExchangeRate.FxDualExchangeRateBuilder
- All Known Implementing Classes:
FxDualExchangeRate.FxDualExchangeRateBuilderImpl,FxDualExchangeRate.FxDualExchangeRateImpl
@RosettaDataType(value="FxDualExchangeRate",
builder=FxDualExchangeRateBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="FxDualExchangeRate",
model="cdm",
builder=FxDualExchangeRateBuilderImpl.class,
version="6.19.0")
public interface FxDualExchangeRate
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 6.19.0 Body ISDA Corpus Definitions FXandCurrencyOptionsDefintions_1998 1998 FX and Currency Option Definitions section "5.1.(d).(ii)" Provision
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of FxDualExchangeRatestatic classImmutable Implementation of FxDualExchangeRate -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Getter MethodsThe method, prioritised by the order it is listed in this element, to get a replacement rate for the disrupted settlement rate option.default Class<? extends FxDualExchangeRate> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FxDualExchangeRate> 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
-
getDualExchangeRateIsApplicable
Boolean getDualExchangeRateIsApplicable()Getter Methods -
getFallbackReferencePrice
FallbackReferencePrice getFallbackReferencePrice()The method, prioritised by the order it is listed in this element, to get a replacement rate for the disrupted settlement rate option. -
getEscrowArrangement
EscrowArrangement getEscrowArrangement() -
build
FxDualExchangeRate build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
FxDualExchangeRate.FxDualExchangeRateBuilder 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
-