Package cdm.base.staticdata.asset.credit
Interface NotDomesticCurrency.NotDomesticCurrencyBuilder
- All Superinterfaces:
NotDomesticCurrency,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
NotDomesticCurrency.NotDomesticCurrencyBuilderImpl
- Enclosing interface:
NotDomesticCurrency
public static interface NotDomesticCurrency.NotDomesticCurrencyBuilder
extends NotDomesticCurrency, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency
NotDomesticCurrency.NotDomesticCurrencyBuilder, NotDomesticCurrency.NotDomesticCurrencyBuilderImpl, NotDomesticCurrency.NotDomesticCurrencyImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency
metaData -
Method Summary
Modifier and TypeMethodDescriptionAn explicit specification of the domestic currency.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setApplicable(Boolean applicable) setCurrency(FieldWithMetaString currency) setCurrencyValue(String currency) Methods inherited from interface cdm.base.staticdata.asset.credit.NotDomesticCurrency
build, getApplicable, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateCurrency
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateCurrency() -
getCurrency
FieldWithMetaString.FieldWithMetaStringBuilder getCurrency()Description copied from interface:NotDomesticCurrencyAn 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.- Specified by:
getCurrencyin interfaceNotDomesticCurrency
-
setApplicable
-
setCurrency
-
setCurrencyValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-