Class SettlementInformation

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

public class SettlementInformation extends Object
A type that represents the choice of methods for settling a potential currency payment resulting from a trade: by means of a standard settlement instruction, by netting it out with other payments, or with an explicit settlement instruction.

Java class for SettlementInformation complex type.

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

 <complexType name="SettlementInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="standardSettlementStyle" type="{http://www.fpml.org/FpML-5/confirmation}StandardSettlementStyleEnum"/>
         <element name="settlementInstruction" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInstruction"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>