Class SettlementProvision

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

public class SettlementProvision extends Object
A type defining the specification of settlement terms, occuring when the settlement currency is different to the notional currency of the trade.

Java class for SettlementProvision complex type.

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

 <complexType name="SettlementProvision">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="nonDeliverableSettlement" type="{http://www.fpml.org/FpML-5/confirmation}NonDeliverableSettlement" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>