Class Asian
java.lang.Object
net.finmath.smartcontract.product.xml.Asian
As per ISDA 2002 Definitions.
Java class for Asian complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Asian"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="averagingInOut" type="{http://www.fpml.org/FpML-5/confirmation}AveragingInOutEnum"/> <element name="strikeFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="averagingPeriodIn" type="{http://www.fpml.org/FpML-5/confirmation}AveragingPeriod" minOccurs="0"/> <element name="averagingPeriodOut" type="{http://www.fpml.org/FpML-5/confirmation}AveragingPeriod" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AveragingInOutEnum
protected AveragingPeriod
protected AveragingPeriod
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the averagingInOut property.Gets the value of the averagingPeriodIn property.Gets the value of the averagingPeriodOut property.Gets the value of the strikeFactor property.void
Sets the value of the averagingInOut property.void
Sets the value of the averagingPeriodIn property.void
Sets the value of the averagingPeriodOut property.void
setStrikeFactor
(BigDecimal value) Sets the value of the strikeFactor property.
-
Field Details
-
averagingInOut
-
strikeFactor
-
averagingPeriodIn
-
averagingPeriodOut
-
-
Constructor Details
-
Asian
public Asian()
-
-
Method Details
-
getAveragingInOut
Gets the value of the averagingInOut property.- Returns:
- possible object is
AveragingInOutEnum
-
setAveragingInOut
Sets the value of the averagingInOut property.- Parameters:
value
- allowed object isAveragingInOutEnum
-
getStrikeFactor
Gets the value of the strikeFactor property.- Returns:
- possible object is
BigDecimal
-
setStrikeFactor
Sets the value of the strikeFactor property.- Parameters:
value
- allowed object isBigDecimal
-
getAveragingPeriodIn
Gets the value of the averagingPeriodIn property.- Returns:
- possible object is
AveragingPeriod
-
setAveragingPeriodIn
Sets the value of the averagingPeriodIn property.- Parameters:
value
- allowed object isAveragingPeriod
-
getAveragingPeriodOut
Gets the value of the averagingPeriodOut property.- Returns:
- possible object is
AveragingPeriod
-
setAveragingPeriodOut
Sets the value of the averagingPeriodOut property.- Parameters:
value
- allowed object isAveragingPeriod
-