Uses of Class
org.isda.cdm.QuotedCurrencyPair
-
Packages that use QuotedCurrencyPair Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of QuotedCurrencyPair in org.isda.cdm
Subclasses of QuotedCurrencyPair in org.isda.cdm Modifier and Type Class Description class
CrossRate
A class that is used for including the currency exchange rates used to cross between the traded currencies for non-base currency FX contracts.Methods in org.isda.cdm that return QuotedCurrencyPair Modifier and Type Method Description QuotedCurrencyPair
QuotedCurrencyPair.QuotedCurrencyPairBuilder. build()
QuotedCurrencyPair
ExchangeRate. getQuotedCurrencyPair()
Defines the two currencies for an FX trade and the quotation relationship between the two currencies.QuotedCurrencyPair
FxFixing. getQuotedCurrencyPair()
Defines the two currencies for an FX trade and the quotation relationship between the two currencies.QuotedCurrencyPair
FxRate. getQuotedCurrencyPair()
Defines the two currencies for an FX trade and the quotation relationship between the two currencies.Methods in org.isda.cdm that return types with arguments of type QuotedCurrencyPair Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends QuotedCurrencyPair>
QuotedCurrencyPair. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends QuotedCurrencyPair>
QuotedCurrencyPair.QuotedCurrencyPairBuilder. metaData()
Methods in org.isda.cdm with parameters of type QuotedCurrencyPair Modifier and Type Method Description ExchangeRate.ExchangeRateBuilder
ExchangeRate.ExchangeRateBuilder. setQuotedCurrencyPair(QuotedCurrencyPair quotedCurrencyPair)
FxFixing.FxFixingBuilder
FxFixing.FxFixingBuilder. setQuotedCurrencyPair(QuotedCurrencyPair quotedCurrencyPair)
FxRate.FxRateBuilder
FxRate.FxRateBuilder. setQuotedCurrencyPair(QuotedCurrencyPair quotedCurrencyPair)
-
Uses of QuotedCurrencyPair in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type QuotedCurrencyPair Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super QuotedCurrencyPair>>
QuotedCurrencyPairMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super QuotedCurrencyPair>>
QuotedCurrencyPairMeta. dataRules()
java.util.List<java.util.function.Function<? super QuotedCurrencyPair,com.rosetta.model.lib.qualify.QualifyResult>>
QuotedCurrencyPairMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super QuotedCurrencyPair,java.lang.String>
QuotedCurrencyPairMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super QuotedCurrencyPair>
QuotedCurrencyPairMeta. validator()
-
Uses of QuotedCurrencyPair in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type QuotedCurrencyPair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<QuotedCurrencyPair>
QuotedCurrencyPairValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<QuotedCurrencyPair>
QuotedCurrencyPairValidator. validate(com.rosetta.model.lib.path.RosettaPath path, QuotedCurrencyPair o)
Methods in org.isda.cdm.validation with parameters of type QuotedCurrencyPair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<QuotedCurrencyPair>
QuotedCurrencyPairValidator. validate(com.rosetta.model.lib.path.RosettaPath path, QuotedCurrencyPair o)
-
Uses of QuotedCurrencyPair in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type QuotedCurrencyPair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<QuotedCurrencyPair>
QuotedCurrencyPairOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<QuotedCurrencyPair>
QuotedCurrencyPairOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, QuotedCurrencyPair o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type QuotedCurrencyPair Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<QuotedCurrencyPair>
QuotedCurrencyPairOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, QuotedCurrencyPair o, java.lang.String field)
-