Uses of Class
net.finmath.smartcontract.product.xml.CashSettlement
Packages that use CashSettlement
-
Uses of CashSettlement in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CashSettlementModifier and TypeFieldDescriptionprotected CashSettlement
MandatoryEarlyTermination.cashSettlement
protected CashSettlement
OptionalEarlyTermination.cashSettlement
protected CashSettlement
Swaption.cashSettlement
Methods in net.finmath.smartcontract.product.xml that return CashSettlementModifier and TypeMethodDescriptionObjectFactory.createCashSettlement()
Create an instance ofCashSettlement
MandatoryEarlyTermination.getCashSettlement()
Gets the value of the cashSettlement property.OptionalEarlyTermination.getCashSettlement()
Gets the value of the cashSettlement property.Swaption.getCashSettlement()
Gets the value of the cashSettlement property.Methods in net.finmath.smartcontract.product.xml with parameters of type CashSettlementModifier and TypeMethodDescriptionvoid
MandatoryEarlyTermination.setCashSettlement(CashSettlement value)
Sets the value of the cashSettlement property.void
OptionalEarlyTermination.setCashSettlement(CashSettlement value)
Sets the value of the cashSettlement property.void
Swaption.setCashSettlement(CashSettlement value)
Sets the value of the cashSettlement property.