Class OtherAgreement

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

public class OtherAgreement extends Object
An entity for defining the an agreement executed between parties.

Java class for OtherAgreement complex type.

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

 <complexType name="OtherAgreement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreementId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreementType"/>
         <element name="version" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreementVersion" minOccurs="0"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>