Class SwapAdditionalTerms

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

public class SwapAdditionalTerms extends Object
Additional terms to a swap contract.

Java class for SwapAdditionalTerms complex type.

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

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