Class FxAccrualBarrier

java.lang.Object
net.finmath.smartcontract.product.xml.FxComplexBarrierBase
net.finmath.smartcontract.product.xml.FxAccrualBarrier

public class FxAccrualBarrier extends FxComplexBarrierBase

Java class for FxAccrualBarrier complex type.

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

 <complexType name="FxAccrualBarrier">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxComplexBarrierBase">
       <sequence>
         <element name="accrualRetention" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualKnockoutBarrierRetentionEnum" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="observableReference" type="{http://www.fpml.org/FpML-5/confirmation}FxRateObservableReference"/>
           <sequence>
             <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
             <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>