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 CashSettlementMandatoryEarlyTermination.cashSettlementprotected CashSettlementOptionalEarlyTermination.cashSettlementprotected CashSettlementSwaption.cashSettlementMethods in net.finmath.smartcontract.product.xml that return CashSettlementModifier and TypeMethodDescriptionObjectFactory.createCashSettlement()Create an instance ofCashSettlementMandatoryEarlyTermination.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 TypeMethodDescriptionvoidMandatoryEarlyTermination.setCashSettlement(CashSettlement value) Sets the value of the cashSettlement property.voidOptionalEarlyTermination.setCashSettlement(CashSettlement value) Sets the value of the cashSettlement property.voidSwaption.setCashSettlement(CashSettlement value) Sets the value of the cashSettlement property.