Uses of Class
net.finmath.smartcontract.product.xml.AdjustableOrAdjustedDate
Packages that use AdjustableOrAdjustedDate
-
Uses of AdjustableOrAdjustedDate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustableOrAdjustedDateModifier and TypeFieldDescriptionprotected AdjustableOrAdjustedDate
Payment.paymentDate
protected AdjustableOrAdjustedDate
FxPerformanceSwap.settlementDate
protected AdjustableOrAdjustedDate
FxStraddle.settlementDate
Methods in net.finmath.smartcontract.product.xml that return AdjustableOrAdjustedDateModifier and TypeMethodDescriptionObjectFactory.createAdjustableOrAdjustedDate()
Create an instance ofAdjustableOrAdjustedDate
Payment.getPaymentDate()
Gets the value of the paymentDate property.FxPerformanceSwap.getSettlementDate()
Gets the value of the settlementDate property.FxStraddle.getSettlementDate()
Gets the value of the settlementDate property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustableOrAdjustedDateModifier and TypeMethodDescriptionvoid
Payment.setPaymentDate
(AdjustableOrAdjustedDate value) Sets the value of the paymentDate property.void
FxPerformanceSwap.setSettlementDate
(AdjustableOrAdjustedDate value) Sets the value of the settlementDate property.void
FxStraddle.setSettlementDate
(AdjustableOrAdjustedDate value) Sets the value of the settlementDate property.