Uses of Class
net.finmath.smartcontract.product.xml.FxCashSettlement
Packages that use FxCashSettlement
-
Uses of FxCashSettlement in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxCashSettlementModifier and TypeFieldDescriptionprotected FxCashSettlement
FxOption.cashSettlement
protected FxCashSettlement
FxSingleLeg.nonDeliverableSettlement
protected FxCashSettlement
FxSwapLeg.nonDeliverableSettlement
Methods in net.finmath.smartcontract.product.xml that return FxCashSettlementModifier and TypeMethodDescriptionObjectFactory.createFxCashSettlement()
Create an instance ofFxCashSettlement
FxOption.getCashSettlement()
Gets the value of the cashSettlement property.FxSingleLeg.getNonDeliverableSettlement()
Gets the value of the nonDeliverableSettlement property.FxSwapLeg.getNonDeliverableSettlement()
Gets the value of the nonDeliverableSettlement property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxCashSettlementModifier and TypeMethodDescriptionvoid
FxOption.setCashSettlement(FxCashSettlement value)
Sets the value of the cashSettlement property.void
FxSingleLeg.setNonDeliverableSettlement(FxCashSettlement value)
Sets the value of the nonDeliverableSettlement property.void
FxSwapLeg.setNonDeliverableSettlement(FxCashSettlement value)
Sets the value of the nonDeliverableSettlement property.