Uses of Class
net.finmath.smartcontract.product.xml.SettlementRateOption
-
Uses of SettlementRateOption in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected SettlementRateOption
FxFallbackReferencePrice.primaryRateSource
protected SettlementRateOption
PriceMateriality.primaryRateSource
protected SettlementRateOption
FxSettlementRateSource.settlementRateOption
protected SettlementRateOption
NonDeliverableSettlement.settlementRateOption
Modifier and TypeFieldDescriptionprotected List
<SettlementRateOption> FallbackReferencePrice.fallbackSettlementRateOption
protected List
<SettlementRateOption> FxFallbackReferencePrice.secondaryRateSource
protected List
<SettlementRateOption> PriceMateriality.secondaryRateSource
Modifier and TypeMethodDescriptionObjectFactory.createSettlementRateOption()
Create an instance ofSettlementRateOption
FxFallbackReferencePrice.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.Modifier 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.Modifier and TypeMethodDescriptionvoid
FxFallbackReferencePrice.setPrimaryRateSource
(SettlementRateOption value) Sets the value of the primaryRateSource property.void
PriceMateriality.setPrimaryRateSource
(SettlementRateOption value) Sets the value of the primaryRateSource property.void
FxSettlementRateSource.setSettlementRateOption
(SettlementRateOption value) Sets the value of the settlementRateOption property.void
NonDeliverableSettlement.setSettlementRateOption
(SettlementRateOption value) Sets the value of the settlementRateOption property.