Uses of Class
net.finmath.smartcontract.product.xml.SettlementRateOption
Packages that use SettlementRateOption
-
Uses of SettlementRateOption in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SettlementRateOptionModifier and TypeFieldDescriptionprotected SettlementRateOptionFxFallbackReferencePrice.primaryRateSourceprotected SettlementRateOptionPriceMateriality.primaryRateSourceprotected SettlementRateOptionFxSettlementRateSource.settlementRateOptionprotected SettlementRateOptionNonDeliverableSettlement.settlementRateOptionFields in net.finmath.smartcontract.product.xml with type parameters of type SettlementRateOptionModifier and TypeFieldDescriptionprotected List<SettlementRateOption>FallbackReferencePrice.fallbackSettlementRateOptionprotected List<SettlementRateOption>FxFallbackReferencePrice.secondaryRateSourceprotected List<SettlementRateOption>PriceMateriality.secondaryRateSourceMethods in net.finmath.smartcontract.product.xml that return SettlementRateOptionModifier and TypeMethodDescriptionObjectFactory.createSettlementRateOption()Create an instance ofSettlementRateOptionFxFallbackReferencePrice.getPrimaryRateSource()Gets the value of the primaryRateSource property.PriceMateriality.getPrimaryRateSource()Gets the value of the primaryRateSource property.FxSettlementRateSource.getSettlementRateOption()Gets the value of the settlementRateOption property.NonDeliverableSettlement.getSettlementRateOption()Gets the value of the settlementRateOption property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type SettlementRateOptionModifier and TypeMethodDescriptionFallbackReferencePrice.getFallbackSettlementRateOption()Gets the value of the fallbackSettlementRateOption property.FxFallbackReferencePrice.getSecondaryRateSource()Gets the value of the secondaryRateSource property.PriceMateriality.getSecondaryRateSource()Gets the value of the secondaryRateSource property.Methods in net.finmath.smartcontract.product.xml with parameters of type SettlementRateOptionModifier and TypeMethodDescriptionvoidFxFallbackReferencePrice.setPrimaryRateSource(SettlementRateOption value)Sets the value of the primaryRateSource property.voidPriceMateriality.setPrimaryRateSource(SettlementRateOption value)Sets the value of the primaryRateSource property.voidFxSettlementRateSource.setSettlementRateOption(SettlementRateOption value)Sets the value of the settlementRateOption property.voidNonDeliverableSettlement.setSettlementRateOption(SettlementRateOption value)Sets the value of the settlementRateOption property.