Class Composite

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

public class Composite extends Object
Specifies the conditions to be applied for converting into a reference currency when the actual currency rate is not determined upfront.

Java class for Composite complex type.

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

 <complexType name="Composite">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="determinationMethod" type="{http://www.fpml.org/FpML-5/confirmation}DeterminationMethod" minOccurs="0"/>
         <element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset" minOccurs="0"/>
         <element name="fxSpotRateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSpotRateSource" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>