Class ContractualTermsSupplement

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

public class ContractualTermsSupplement extends Object
A contractual supplement (such as those published by ISDA) and its publication date that will apply to the trade.

Java class for ContractualTermsSupplement complex type.

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

 <complexType name="ContractualTermsSupplement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}ContractualSupplement"/>
         <element name="publicationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>