Class WeightedPartialDerivative
java.lang.Object
net.finmath.smartcontract.product.xml.WeightedPartialDerivative
A partial derivative multiplied by a weighting factor.
Java class for WeightedPartialDerivative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeightedPartialDerivative">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partialDerivativeReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingParameterDerivativeReference"/>
<element name="weight" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PricingParameterDerivativeReferenceprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the partialDerivativeReference property.Gets the value of the weight property.voidSets the value of the partialDerivativeReference property.voidsetWeight(BigDecimal value)Sets the value of the weight property.
-
Field Details
-
partialDerivativeReference
-
weight
-
-
Constructor Details
-
WeightedPartialDerivative
public WeightedPartialDerivative()
-
-
Method Details
-
getPartialDerivativeReference
Gets the value of the partialDerivativeReference property.- Returns:
- possible object is
PricingParameterDerivativeReference
-
setPartialDerivativeReference
Sets the value of the partialDerivativeReference property.- Parameters:
value- allowed object isPricingParameterDerivativeReference
-
getWeight
Gets the value of the weight property.- Returns:
- possible object is
BigDecimal
-
setWeight
Sets the value of the weight property.- Parameters:
value- allowed object isBigDecimal
-