Class IndexChange
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.ChangeEvent
net.finmath.smartcontract.product.xml.IndexChange
A structure describing the effect of a change to an index.
Java class for IndexChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexChange"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}ChangeEvent"> <sequence> <element name="indexFactor" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="factoredCalculationAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
eventIdentifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the factoredCalculationAmount property.Gets the value of the indexFactor property.void
Sets the value of the factoredCalculationAmount property.void
setIndexFactor
(BigDecimal value) Sets the value of the indexFactor property.Methods inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
getEventIdentifier
-
Field Details
-
indexFactor
-
factoredCalculationAmount
-
-
Constructor Details
-
IndexChange
public IndexChange()
-
-
Method Details
-
getIndexFactor
Gets the value of the indexFactor property.- Returns:
- possible object is
BigDecimal
-
setIndexFactor
Sets the value of the indexFactor property.- Parameters:
value
- allowed object isBigDecimal
-
getFactoredCalculationAmount
-
setFactoredCalculationAmount
-