Class ExchangeTradedFund

java.lang.Object

public class ExchangeTradedFund extends ExchangeTradedCalculatedPrice
An exchange traded fund whose price depends on exchange traded constituents.

Java class for ExchangeTradedFund complex type.

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

 <complexType name="ExchangeTradedFund">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTradedCalculatedPrice">
       <sequence>
         <element name="fundManager" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>