Class PrincipalExchangeFeatures

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

public class PrincipalExchangeFeatures extends Object
A type describing the principal exchange features of the return swap.

Java class for PrincipalExchangeFeatures complex type.

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

 <complexType name="PrincipalExchangeFeatures">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="principalExchanges" type="{http://www.fpml.org/FpML-5/confirmation}PrincipalExchanges" minOccurs="0"/>
         <element name="principalExchangeDescriptions" type="{http://www.fpml.org/FpML-5/confirmation}PrincipalExchangeDescriptions" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>