Class PricingParameterDerivative
java.lang.Object
net.finmath.smartcontract.product.xml.PricingParameterDerivative
A definition of the mathematical derivative with respect to a specific
pricing parameter.
Java class for PricingParameterDerivative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PricingParameterDerivative"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <choice> <element name="parameterReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetOrTermPointOrPricingStructureReference" minOccurs="0"/> <element name="inputDateReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationReference" maxOccurs="unbounded"/> </choice> <element name="calculationProcedure" type="{http://www.fpml.org/FpML-5/confirmation}DerivativeCalculationProcedure" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected DerivativeCalculationProcedure
protected String
protected String
protected List
<ValuationReference> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationProcedure property.Gets the value of the description property.getId()
Gets the value of the id property.Gets the value of the inputDateReference property.Gets the value of the parameterReference property.void
Sets the value of the calculationProcedure property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the id property.void
Sets the value of the parameterReference property.
-
Field Details
-
description
-
parameterReference
-
inputDateReference
-
calculationProcedure
-
id
-
-
Constructor Details
-
PricingParameterDerivative
public PricingParameterDerivative()
-
-
Method Details
-
getDescription
-
setDescription
-
getParameterReference
Gets the value of the parameterReference property.- Returns:
- possible object is
AssetOrTermPointOrPricingStructureReference
-
setParameterReference
Sets the value of the parameterReference property.- Parameters:
value
- allowed object isAssetOrTermPointOrPricingStructureReference
-
getInputDateReference
Gets the value of the inputDateReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the inputDateReference property.For example, to add a new item, do as follows:
getInputDateReference().add(newItem);
Objects of the following type(s) are allowed in the list
ValuationReference
-
getCalculationProcedure
Gets the value of the calculationProcedure property.- Returns:
- possible object is
DerivativeCalculationProcedure
-
setCalculationProcedure
Sets the value of the calculationProcedure property.- Parameters:
value
- allowed object isDerivativeCalculationProcedure
-
getId
-
setId
-