Class MoneyRef

java.lang.Object

public class MoneyRef extends PositiveMoney
A type defining a currency amount with a reference.

Java class for MoneyRef complex type.

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

 <complexType name="MoneyRef">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney">
       <sequence>
         <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>