Class FxExchangedCurrency

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

public class FxExchangedCurrency extends Object
Indicates the direction who pays and receives a specific currency without specifying the amount.

Java class for FxExchangedCurrency complex type.

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

 <complexType name="FxExchangedCurrency">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>