Package cdm.legaldocumentation.csa
Interface BaseAndEligibleCurrency
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BaseAndEligibleCurrency.BaseAndEligibleCurrencyBuilder
- All Known Implementing Classes:
BaseAndEligibleCurrency.BaseAndEligibleCurrencyBuilderImpl,BaseAndEligibleCurrency.BaseAndEligibleCurrencyImpl
@RosettaDataType(value="BaseAndEligibleCurrency",
builder=BaseAndEligibleCurrencyBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="BaseAndEligibleCurrency",
model="cdm",
builder=BaseAndEligibleCurrencyBuilderImpl.class,
version="7.0.0-dev.105")
public interface BaseAndEligibleCurrency
extends com.rosetta.model.lib.RosettaModelObject
The base and eligible currency(ies) for the document as specified by the parties to the agreement.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BaseAndEligibleCurrencystatic classImmutable Implementation of BaseAndEligibleCurrency -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The common agreed currency into which relevant amounts of all collateral arrangements between the parties are converted, or if not an actual currency, the process through which this is determined.Utilised where the clause data structure is not able to capture a material aspect of the clause.A flag detailing whether the Base Currency is set to the Termination Currency as defined in the related Master Agreement.A definition of a currency agreed by the parties, typically to indicate the currencies of eligible cash collateral.A flag detailing whether the Base Currency is included as an Eligible Currency.Utilised where the clause data structure is not able to capture a material aspect of the clause.default Class<? extends BaseAndEligibleCurrency> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BaseAndEligibleCurrency> 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
-
getBaseCurrency
ISOCurrencyCodeEnum getBaseCurrency()The common agreed currency into which relevant amounts of all collateral arrangements between the parties are converted, or if not an actual currency, the process through which this is determined. Where hardcoded (e.g. under the 1994 ISDA Credit Support Annex (Security Interest NY Law)), the currency that effectively performs this function. -
getBaseCurrencyTerminationCurrency
Boolean getBaseCurrencyTerminationCurrency()A flag detailing whether the Base Currency is set to the Termination Currency as defined in the related Master Agreement. -
getBaseCurrencyOther
FieldWithMetaString getBaseCurrencyOther()Utilised where the clause data structure is not able to capture a material aspect of the clause. -
getEligibleCurrency
List<ISOCurrencyCodeEnum> getEligibleCurrency()A definition of a currency agreed by the parties, typically to indicate the currencies of eligible cash collateral. -
getEligibleCurrencyInclBaseCurrency
Boolean getEligibleCurrencyInclBaseCurrency()A flag detailing whether the Base Currency is included as an Eligible Currency. -
getEligibleCurrencyOther
FieldWithMetaString getEligibleCurrencyOther()Utilised where the clause data structure is not able to capture a material aspect of the clause. -
build
BaseAndEligibleCurrency build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-