Uses of Class
net.finmath.smartcontract.product.xml.AdjustableDate
Packages that use AdjustableDate
-
Uses of AdjustableDate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustableDateModifier and TypeFieldDescriptionprotected AdjustableDate
AdjustableDateOrRelativeDateSequence.adjustableDate
protected AdjustableDate
AdjustableOrRelativeDate.adjustableDate
protected AdjustableDate
CommodityStartingDate.adjustableDate
protected AdjustableDate
DividendPaymentDate.adjustableDate
protected AdjustableDate
StartingDate.adjustableDate
protected AdjustableDate
Commodity.deliveryDate
protected AdjustableDate
CalculationPeriodDates.effectiveDate
protected AdjustableDate
FloatingAmountCalculation.finalFixingDate
protected AdjustableDate
CalculationPeriodDates.firstPeriodStartDate
protected AdjustableDate
FxRateSourceFixing.fixingDate
protected AdjustableDate
MandatoryEarlyTermination.mandatoryEarlyTerminationDate
protected AdjustableDate
EquityPremium.paymentDate
protected AdjustableDate
Fra.paymentDate
protected AdjustableDate
PrePayment.prePaymentDate
protected AdjustableDate
AveragePriceLeg.pricingStartDate
protected AdjustableDate
FxCashSettlement.settlementDate
protected AdjustableDate
CalculationPeriodDates.terminationDate
Methods in net.finmath.smartcontract.product.xml that return AdjustableDateModifier and TypeMethodDescriptionObjectFactory.createAdjustableDate()
Create an instance ofAdjustableDate
AdjustableDateOrRelativeDateSequence.getAdjustableDate()
Gets the value of the adjustableDate property.AdjustableOrRelativeDate.getAdjustableDate()
Gets the value of the adjustableDate property.CommodityStartingDate.getAdjustableDate()
Gets the value of the adjustableDate property.DividendPaymentDate.getAdjustableDate()
Gets the value of the adjustableDate property.StartingDate.getAdjustableDate()
Gets the value of the adjustableDate property.Commodity.getDeliveryDate()
Gets the value of the deliveryDate property.CalculationPeriodDates.getEffectiveDate()
Gets the value of the effectiveDate property.FloatingAmountCalculation.getFinalFixingDate()
Gets the value of the finalFixingDate property.CalculationPeriodDates.getFirstPeriodStartDate()
Gets the value of the firstPeriodStartDate property.FxRateSourceFixing.getFixingDate()
Gets the value of the fixingDate property.MandatoryEarlyTermination.getMandatoryEarlyTerminationDate()
Gets the value of the mandatoryEarlyTerminationDate property.EquityPremium.getPaymentDate()
Gets the value of the paymentDate property.Fra.getPaymentDate()
Gets the value of the paymentDate property.PrePayment.getPrePaymentDate()
Gets the value of the prePaymentDate property.AveragePriceLeg.getPricingStartDate()
Gets the value of the pricingStartDate property.FxCashSettlement.getSettlementDate()
Gets the value of the settlementDate property.CalculationPeriodDates.getTerminationDate()
Gets the value of the terminationDate property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustableDateModifier and TypeMethodDescriptionvoid
AdjustableDateOrRelativeDateSequence.setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
AdjustableOrRelativeDate.setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
CommodityStartingDate.setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
DividendPaymentDate.setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
StartingDate.setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
Commodity.setDeliveryDate
(AdjustableDate value) Sets the value of the deliveryDate property.void
CalculationPeriodDates.setEffectiveDate
(AdjustableDate value) Sets the value of the effectiveDate property.void
FloatingAmountCalculation.setFinalFixingDate
(AdjustableDate value) Sets the value of the finalFixingDate property.void
CalculationPeriodDates.setFirstPeriodStartDate
(AdjustableDate value) Sets the value of the firstPeriodStartDate property.void
FxRateSourceFixing.setFixingDate
(AdjustableDate value) Sets the value of the fixingDate property.void
MandatoryEarlyTermination.setMandatoryEarlyTerminationDate
(AdjustableDate value) Sets the value of the mandatoryEarlyTerminationDate property.void
EquityPremium.setPaymentDate
(AdjustableDate value) Sets the value of the paymentDate property.void
Fra.setPaymentDate
(AdjustableDate value) Sets the value of the paymentDate property.void
PrePayment.setPrePaymentDate
(AdjustableDate value) Sets the value of the prePaymentDate property.void
AveragePriceLeg.setPricingStartDate
(AdjustableDate value) Sets the value of the pricingStartDate property.void
FxCashSettlement.setSettlementDate
(AdjustableDate value) Sets the value of the settlementDate property.void
CalculationPeriodDates.setTerminationDate
(AdjustableDate value) Sets the value of the terminationDate property.