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 AdjustableOrAdjustedDatePayment.paymentDateprotected AdjustableOrAdjustedDateFxPerformanceSwap.settlementDateprotected AdjustableOrAdjustedDateFxStraddle.settlementDateMethods in net.finmath.smartcontract.product.xml that return AdjustableOrAdjustedDateModifier and TypeMethodDescriptionObjectFactory.createAdjustableOrAdjustedDate()Create an instance ofAdjustableOrAdjustedDatePayment.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 TypeMethodDescriptionvoidPayment.setPaymentDate(AdjustableOrAdjustedDate value) Sets the value of the paymentDate property.voidFxPerformanceSwap.setSettlementDate(AdjustableOrAdjustedDate value) Sets the value of the settlementDate property.voidFxStraddle.setSettlementDate(AdjustableOrAdjustedDate value) Sets the value of the settlementDate property.