Class FxTargetSettlementPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriod
net.finmath.smartcontract.product.xml.FxTargetSettlementPeriod

public class FxTargetSettlementPeriod extends SettlementPeriod

Java class for FxTargetSettlementPeriod complex type.

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

 <complexType name="FxTargetSettlementPeriod">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriod">
       <sequence>
         <element name="pivot" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="payoff" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetSettlementPeriodPayoff" maxOccurs="unbounded"/>
         <element name="barrier" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementPeriodBarrier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>