Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedDate
Packages that use IdentifiedDate
-
Uses of IdentifiedDate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IdentifiedDateModifier and TypeFieldDescriptionprotected IdentifiedDateAdjustableDate.adjustedDateprotected IdentifiedDateAdjustableDate2.adjustedDateprotected IdentifiedDateRelativeDateOffset.adjustedDateprotected IdentifiedDatePricingStructureValuation.baseDateprotected IdentifiedDateWeatherCalculationPeriod.calculationPeriodEndDayprotected IdentifiedDateWeatherCalculationPeriod.calculationPeriodFirstDayprotected IdentifiedDateTradeHeader.clearedDateprotected IdentifiedDateMakeWholeAmount.earlyCallDateprotected IdentifiedDateAssetPool.effectiveDateprotected IdentifiedDateLegIdentifier.effectiveDateprotected IdentifiedDateVersionedContractId.effectiveDateprotected IdentifiedDateVersionedTradeId.effectiveDateprotected IdentifiedDatePricingStructureValuation.endDateprotected IdentifiedDatePricingStructureValuation.inputDataDateprotected IdentifiedDatePricingStructureValuation.spotDateprotected IdentifiedDateTradeHeader.tradeDateprotected IdentifiedDateAdjustableDate.unadjustedDateprotected IdentifiedDateAdjustableDate2.unadjustedDateprotected IdentifiedDateDividendPeriod.unadjustedEndDateprotected IdentifiedDateDividendPeriod.unadjustedStartDateprotected IdentifiedDateValuationScenario.valuationDateFields in net.finmath.smartcontract.product.xml with type parameters of type IdentifiedDateModifier and TypeFieldDescriptionprotected List<IdentifiedDate> AdjustableDates.adjustedDateprotected List<IdentifiedDate> AdjustableDates.unadjustedDateMethods in net.finmath.smartcontract.product.xml that return IdentifiedDateModifier and TypeMethodDescriptionObjectFactory.createIdentifiedDate()Create an instance ofIdentifiedDateAdjustableDate.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.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type IdentifiedDateModifier 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.Methods in net.finmath.smartcontract.product.xml with parameters of type IdentifiedDateModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<IdentifiedDate> ObjectFactory.createAdjustableOrAdjustedDateAdjustedDate(IdentifiedDate value) jakarta.xml.bind.JAXBElement<IdentifiedDate> ObjectFactory.createAdjustableOrAdjustedDateUnadjustedDate(IdentifiedDate value) voidAdjustableDate.setAdjustedDate(IdentifiedDate value) Sets the value of the adjustedDate property.voidAdjustableDate2.setAdjustedDate(IdentifiedDate value) Sets the value of the adjustedDate property.voidRelativeDateOffset.setAdjustedDate(IdentifiedDate value) Sets the value of the adjustedDate property.voidPricingStructureValuation.setBaseDate(IdentifiedDate value) Sets the value of the baseDate property.voidWeatherCalculationPeriod.setCalculationPeriodEndDay(IdentifiedDate value) Sets the value of the calculationPeriodEndDay property.voidWeatherCalculationPeriod.setCalculationPeriodFirstDay(IdentifiedDate value) Sets the value of the calculationPeriodFirstDay property.voidTradeHeader.setClearedDate(IdentifiedDate value) Sets the value of the clearedDate property.voidMakeWholeAmount.setEarlyCallDate(IdentifiedDate value) Sets the value of the earlyCallDate property.voidAssetPool.setEffectiveDate(IdentifiedDate value) Sets the value of the effectiveDate property.voidLegIdentifier.setEffectiveDate(IdentifiedDate value) Sets the value of the effectiveDate property.voidVersionedContractId.setEffectiveDate(IdentifiedDate value) Sets the value of the effectiveDate property.voidVersionedTradeId.setEffectiveDate(IdentifiedDate value) Sets the value of the effectiveDate property.voidPricingStructureValuation.setEndDate(IdentifiedDate value) Sets the value of the endDate property.voidPricingStructureValuation.setInputDataDate(IdentifiedDate value) Sets the value of the inputDataDate property.voidPricingStructureValuation.setSpotDate(IdentifiedDate value) Sets the value of the spotDate property.voidTradeHeader.setTradeDate(IdentifiedDate value) Sets the value of the tradeDate property.voidAdjustableDate.setUnadjustedDate(IdentifiedDate value) Sets the value of the unadjustedDate property.voidAdjustableDate2.setUnadjustedDate(IdentifiedDate value) Sets the value of the unadjustedDate property.voidDividendPeriod.setUnadjustedEndDate(IdentifiedDate value) Sets the value of the unadjustedEndDate property.voidDividendPeriod.setUnadjustedStartDate(IdentifiedDate value) Sets the value of the unadjustedStartDate property.voidValuationScenario.setValuationDate(IdentifiedDate value) Sets the value of the valuationDate property.