Class MoneyWithParticipantShare

java.lang.Object

public class MoneyWithParticipantShare extends NonNegativeMoney
An extension of the money type with the ability to specify a lender share amount in addition to the global amount (represented by 'amount').

Java class for MoneyWithParticipantShare complex type.

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

 <complexType name="MoneyWithParticipantShare">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney">
       <sequence>
         <element name="shareAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>