Class Asian

java.lang.Object
net.finmath.smartcontract.product.xml.Asian

public class Asian extends Object
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>