Package cdm.base.staticdata.asset.credit
Interface NotDomesticCurrency
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
NotDomesticCurrency.NotDomesticCurrencyBuilder
- All Known Implementing Classes:
NotDomesticCurrency.NotDomesticCurrencyBuilderImpl,NotDomesticCurrency.NotDomesticCurrencyImpl
@RosettaDataType(value="NotDomesticCurrency",
builder=NotDomesticCurrencyBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="NotDomesticCurrency",
model="cdm",
builder=NotDomesticCurrencyBuilderImpl.class,
version="5.30.0")
public interface NotDomesticCurrency
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the ISDA 2003 Term: Not Domestic Currency.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of NotDomesticCurrencystatic classImmutable Implementation of NotDomesticCurrency -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Indicates whether the Not Domestic Currency provision is applicable.An explicit specification of the domestic currency.default Class<? extends NotDomesticCurrency> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NotDomesticCurrency> 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
-
getApplicable
Boolean getApplicable()Indicates whether the Not Domestic Currency provision is applicable. -
getCurrency
FieldWithMetaString getCurrency()An explicit specification of the domestic 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. -
build
NotDomesticCurrency build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
NotDomesticCurrency.NotDomesticCurrencyBuilder 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
-