Class NonDeliverableSettlement

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

public class NonDeliverableSettlement extends Object
A type defining the parameters used when the reference currency of the swapStream is non-deliverable.

Java class for NonDeliverableSettlement complex type.

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

 <complexType name="NonDeliverableSettlement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <choice>
           <element name="fxFixingDate" type="{http://www.fpml.org/FpML-5/confirmation}FxFixingDate"/>
           <element name="fxFixingSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
         </choice>
         <element name="settlementRateOption" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateOption"/>
         <element name="priceSourceDisruption" type="{http://www.fpml.org/FpML-5/confirmation}PriceSourceDisruption" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>