Class FxAsianFeature

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

public class FxAsianFeature extends Object
Descibes the averaging period properties for an asian option.

Java class for FxAsianFeature complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FxAsianFeature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="primaryRateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource"/>
         <element name="secondaryRateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" minOccurs="0"/>
         <element name="fixingTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime"/>
         <choice>
           <sequence>
             <element name="observationSchedule" type="{http://www.fpml.org/FpML-5/confirmation}FxAverageRateObservationSchedule"/>
             <group ref="{http://www.fpml.org/FpML-5/confirmation}FxRateObservation.model" minOccurs="0"/>
           </sequence>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}FxRateObservation.model"/>
         </choice>
         <element name="payoutFormula" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="precision" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>