Uses of Class
net.finmath.smartcontract.product.xml.TimeDimension
Packages that use TimeDimension
-
Uses of TimeDimension in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TimeDimensionModifier and TypeFieldDescriptionprotected TimeDimension
SensitivityDefinition.term
protected TimeDimension
TermPoint.term
Methods in net.finmath.smartcontract.product.xml that return TimeDimensionModifier and TypeMethodDescriptionObjectFactory.createTimeDimension()
Create an instance ofTimeDimension
SensitivityDefinition.getTerm()
Gets the value of the term property.TermPoint.getTerm()
Gets the value of the term property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type TimeDimensionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<TimeDimension> ObjectFactory.createPricingDataPointCoordinateExpiration
(TimeDimension value) jakarta.xml.bind.JAXBElement
<TimeDimension> ObjectFactory.createPricingDataPointCoordinateTerm
(TimeDimension value) Methods in net.finmath.smartcontract.product.xml with parameters of type TimeDimensionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<TimeDimension> ObjectFactory.createPricingDataPointCoordinateExpiration
(TimeDimension value) jakarta.xml.bind.JAXBElement
<TimeDimension> ObjectFactory.createPricingDataPointCoordinateTerm
(TimeDimension value) void
SensitivityDefinition.setTerm
(TimeDimension value) Sets the value of the term property.void
TermPoint.setTerm
(TimeDimension value) Sets the value of the term property.