Class FxConversion

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

public class FxConversion extends Object

Java class for FxConversion complex type.

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

 <complexType name="FxConversion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="amountRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}AmountReference"/>
         <element name="fxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxRate" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>