Class MutualFund

java.lang.Object

public class MutualFund extends UnderlyingAsset

Java class for MutualFund complex type.

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

 <complexType name="MutualFund">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <element name="openEndedFund" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="fundManager" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>