Class FxMetaHelper
java.lang.Object
cdm.base.staticdata.asset.common.processor.FxMetaHelper
-
Constructor Summary
ConstructorsConstructorDescriptionFxMetaHelper(List<com.regnosys.rosetta.common.translation.Mapping> mappings) -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.regnosys.rosetta.common.translation.Path> getCurrencySynonymPath(com.regnosys.rosetta.common.translation.Path synonymPath) Optional<com.regnosys.rosetta.common.translation.Path> getExchangedCurrencyPath(com.regnosys.rosetta.common.translation.Path quoteBasisPath) List<com.regnosys.rosetta.common.translation.Mapping> Optional<com.regnosys.rosetta.common.translation.Path> getStrikeQuoteBasisCurrencySynonymPath(com.regnosys.rosetta.common.translation.Path strikeQuoteBasisPath)
-
Constructor Details
-
FxMetaHelper
-
-
Method Details
-
getNonReferenceMappings
-
getCurrencySynonymPath
public Optional<com.regnosys.rosetta.common.translation.Path> getCurrencySynonymPath(com.regnosys.rosetta.common.translation.Path synonymPath) -
getStrikeQuoteBasisCurrencySynonymPath
public Optional<com.regnosys.rosetta.common.translation.Path> getStrikeQuoteBasisCurrencySynonymPath(com.regnosys.rosetta.common.translation.Path strikeQuoteBasisPath) -
getExchangedCurrencyPath
public Optional<com.regnosys.rosetta.common.translation.Path> getExchangedCurrencyPath(com.regnosys.rosetta.common.translation.Path quoteBasisPath)
-