Class FxForwardStrikePrice

java.lang.Object

public class FxForwardStrikePrice extends FxAccrualStrike
A type that describes the rate of exchange between the two currencies of the leg of a deal.

Java class for FxForwardStrikePrice complex type.

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

 <complexType name="FxForwardStrikePrice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAccrualStrike">
       <sequence>
         <element name="quoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}QuoteBasisEnum"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>