Class PrincipalExchanges

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

public class PrincipalExchanges extends Object
A type defining which principal exchanges occur for the stream.

Java class for PrincipalExchanges complex type.

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

 <complexType name="PrincipalExchanges">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="initialExchange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="finalExchange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="intermediateExchange" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>