Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedDate
-
Uses of IdentifiedDate in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected IdentifiedDate
AdjustableDate.adjustedDate
protected IdentifiedDate
AdjustableDate2.adjustedDate
protected IdentifiedDate
RelativeDateOffset.adjustedDate
protected IdentifiedDate
PricingStructureValuation.baseDate
protected IdentifiedDate
WeatherCalculationPeriod.calculationPeriodEndDay
protected IdentifiedDate
WeatherCalculationPeriod.calculationPeriodFirstDay
protected IdentifiedDate
TradeHeader.clearedDate
protected IdentifiedDate
MakeWholeAmount.earlyCallDate
protected IdentifiedDate
AssetPool.effectiveDate
protected IdentifiedDate
LegIdentifier.effectiveDate
protected IdentifiedDate
VersionedContractId.effectiveDate
protected IdentifiedDate
VersionedTradeId.effectiveDate
protected IdentifiedDate
PricingStructureValuation.endDate
protected IdentifiedDate
PricingStructureValuation.inputDataDate
protected IdentifiedDate
PricingStructureValuation.spotDate
protected IdentifiedDate
TradeHeader.tradeDate
protected IdentifiedDate
AdjustableDate.unadjustedDate
protected IdentifiedDate
AdjustableDate2.unadjustedDate
protected IdentifiedDate
DividendPeriod.unadjustedEndDate
protected IdentifiedDate
DividendPeriod.unadjustedStartDate
protected IdentifiedDate
ValuationScenario.valuationDate
Modifier and TypeFieldDescriptionprotected List
<IdentifiedDate> AdjustableDates.adjustedDate
protected List
<IdentifiedDate> AdjustableDates.unadjustedDate
Modifier and TypeMethodDescriptionObjectFactory.createIdentifiedDate()
Create an instance ofIdentifiedDate
AdjustableDate.getAdjustedDate()
Gets the value of the adjustedDate property.AdjustableDate2.getAdjustedDate()
Gets the value of the adjustedDate property.RelativeDateOffset.getAdjustedDate()
Gets the value of the adjustedDate property.PricingStructureValuation.getBaseDate()
Gets the value of the baseDate property.WeatherCalculationPeriod.getCalculationPeriodEndDay()
Gets the value of the calculationPeriodEndDay property.WeatherCalculationPeriod.getCalculationPeriodFirstDay()
Gets the value of the calculationPeriodFirstDay property.TradeHeader.getClearedDate()
Gets the value of the clearedDate property.MakeWholeAmount.getEarlyCallDate()
Gets the value of the earlyCallDate property.AssetPool.getEffectiveDate()
Gets the value of the effectiveDate property.LegIdentifier.getEffectiveDate()
Gets the value of the effectiveDate property.VersionedContractId.getEffectiveDate()
Gets the value of the effectiveDate property.VersionedTradeId.getEffectiveDate()
Gets the value of the effectiveDate property.PricingStructureValuation.getEndDate()
Gets the value of the endDate property.PricingStructureValuation.getInputDataDate()
Gets the value of the inputDataDate property.PricingStructureValuation.getSpotDate()
Gets the value of the spotDate property.TradeHeader.getTradeDate()
Gets the value of the tradeDate property.AdjustableDate.getUnadjustedDate()
Gets the value of the unadjustedDate property.AdjustableDate2.getUnadjustedDate()
Gets the value of the unadjustedDate property.DividendPeriod.getUnadjustedEndDate()
Gets the value of the unadjustedEndDate property.DividendPeriod.getUnadjustedStartDate()
Gets the value of the unadjustedStartDate property.ValuationScenario.getValuationDate()
Gets the value of the valuationDate property.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<IdentifiedDate> ObjectFactory.createAdjustableOrAdjustedDateAdjustedDate
(IdentifiedDate value) jakarta.xml.bind.JAXBElement
<IdentifiedDate> ObjectFactory.createAdjustableOrAdjustedDateUnadjustedDate
(IdentifiedDate value) AdjustableDates.getAdjustedDate()
Gets the value of the adjustedDate property.AdjustableDates.getUnadjustedDate()
Gets the value of the unadjustedDate property.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<IdentifiedDate> ObjectFactory.createAdjustableOrAdjustedDateAdjustedDate
(IdentifiedDate value) jakarta.xml.bind.JAXBElement
<IdentifiedDate> ObjectFactory.createAdjustableOrAdjustedDateUnadjustedDate
(IdentifiedDate value) void
AdjustableDate.setAdjustedDate
(IdentifiedDate value) Sets the value of the adjustedDate property.void
AdjustableDate2.setAdjustedDate
(IdentifiedDate value) Sets the value of the adjustedDate property.void
RelativeDateOffset.setAdjustedDate
(IdentifiedDate value) Sets the value of the adjustedDate property.void
PricingStructureValuation.setBaseDate
(IdentifiedDate value) Sets the value of the baseDate property.void
WeatherCalculationPeriod.setCalculationPeriodEndDay
(IdentifiedDate value) Sets the value of the calculationPeriodEndDay property.void
WeatherCalculationPeriod.setCalculationPeriodFirstDay
(IdentifiedDate value) Sets the value of the calculationPeriodFirstDay property.void
TradeHeader.setClearedDate
(IdentifiedDate value) Sets the value of the clearedDate property.void
MakeWholeAmount.setEarlyCallDate
(IdentifiedDate value) Sets the value of the earlyCallDate property.void
AssetPool.setEffectiveDate
(IdentifiedDate value) Sets the value of the effectiveDate property.void
LegIdentifier.setEffectiveDate
(IdentifiedDate value) Sets the value of the effectiveDate property.void
VersionedContractId.setEffectiveDate
(IdentifiedDate value) Sets the value of the effectiveDate property.void
VersionedTradeId.setEffectiveDate
(IdentifiedDate value) Sets the value of the effectiveDate property.void
PricingStructureValuation.setEndDate
(IdentifiedDate value) Sets the value of the endDate property.void
PricingStructureValuation.setInputDataDate
(IdentifiedDate value) Sets the value of the inputDataDate property.void
PricingStructureValuation.setSpotDate
(IdentifiedDate value) Sets the value of the spotDate property.void
TradeHeader.setTradeDate
(IdentifiedDate value) Sets the value of the tradeDate property.void
AdjustableDate.setUnadjustedDate
(IdentifiedDate value) Sets the value of the unadjustedDate property.void
AdjustableDate2.setUnadjustedDate
(IdentifiedDate value) Sets the value of the unadjustedDate property.void
DividendPeriod.setUnadjustedEndDate
(IdentifiedDate value) Sets the value of the unadjustedEndDate property.void
DividendPeriod.setUnadjustedStartDate
(IdentifiedDate value) Sets the value of the unadjustedStartDate property.void
ValuationScenario.setValuationDate
(IdentifiedDate value) Sets the value of the valuationDate property.