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 AdjustableDateAdjustableDateOrRelativeDateSequence.adjustableDateprotected AdjustableDateAdjustableOrRelativeDate.adjustableDateprotected AdjustableDateCommodityStartingDate.adjustableDateprotected AdjustableDateDividendPaymentDate.adjustableDateprotected AdjustableDateStartingDate.adjustableDateprotected AdjustableDateCommodity.deliveryDateprotected AdjustableDateCalculationPeriodDates.effectiveDateprotected AdjustableDateFloatingAmountCalculation.finalFixingDateprotected AdjustableDateCalculationPeriodDates.firstPeriodStartDateprotected AdjustableDateFxRateSourceFixing.fixingDateprotected AdjustableDateMandatoryEarlyTermination.mandatoryEarlyTerminationDateprotected AdjustableDateEquityPremium.paymentDateprotected AdjustableDateFra.paymentDateprotected AdjustableDatePrePayment.prePaymentDateprotected AdjustableDateAveragePriceLeg.pricingStartDateprotected AdjustableDateFxCashSettlement.settlementDateprotected AdjustableDateCalculationPeriodDates.terminationDateMethods in net.finmath.smartcontract.product.xml that return AdjustableDateModifier and TypeMethodDescriptionObjectFactory.createAdjustableDate()Create an instance ofAdjustableDateAdjustableDateOrRelativeDateSequence.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 TypeMethodDescriptionvoidAdjustableDateOrRelativeDateSequence.setAdjustableDate(AdjustableDate value) Sets the value of the adjustableDate property.voidAdjustableOrRelativeDate.setAdjustableDate(AdjustableDate value) Sets the value of the adjustableDate property.voidCommodityStartingDate.setAdjustableDate(AdjustableDate value) Sets the value of the adjustableDate property.voidDividendPaymentDate.setAdjustableDate(AdjustableDate value) Sets the value of the adjustableDate property.voidStartingDate.setAdjustableDate(AdjustableDate value) Sets the value of the adjustableDate property.voidCommodity.setDeliveryDate(AdjustableDate value) Sets the value of the deliveryDate property.voidCalculationPeriodDates.setEffectiveDate(AdjustableDate value) Sets the value of the effectiveDate property.voidFloatingAmountCalculation.setFinalFixingDate(AdjustableDate value) Sets the value of the finalFixingDate property.voidCalculationPeriodDates.setFirstPeriodStartDate(AdjustableDate value) Sets the value of the firstPeriodStartDate property.voidFxRateSourceFixing.setFixingDate(AdjustableDate value) Sets the value of the fixingDate property.voidMandatoryEarlyTermination.setMandatoryEarlyTerminationDate(AdjustableDate value) Sets the value of the mandatoryEarlyTerminationDate property.voidEquityPremium.setPaymentDate(AdjustableDate value) Sets the value of the paymentDate property.voidFra.setPaymentDate(AdjustableDate value) Sets the value of the paymentDate property.voidPrePayment.setPrePaymentDate(AdjustableDate value) Sets the value of the prePaymentDate property.voidAveragePriceLeg.setPricingStartDate(AdjustableDate value) Sets the value of the pricingStartDate property.voidFxCashSettlement.setSettlementDate(AdjustableDate value) Sets the value of the settlementDate property.voidCalculationPeriodDates.setTerminationDate(AdjustableDate value) Sets the value of the terminationDate property.