Class ExchangeTradedCalculatedPrice

Direct Known Subclasses:
ExchangeTradedFund, Index

public abstract class ExchangeTradedCalculatedPrice extends ExchangeTraded
Abstract base class for all exchange traded financial products with a price which is calculated from exchange traded constituents.

Java class for ExchangeTradedCalculatedPrice complex type.

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

 <complexType name="ExchangeTradedCalculatedPrice">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTraded">
       <sequence>
         <element name="constituentExchangeId" type="{http://www.fpml.org/FpML-5/confirmation}ExchangeId" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • constituentExchangeId

      protected List<ExchangeId> constituentExchangeId
  • Constructor Details

    • ExchangeTradedCalculatedPrice

      public ExchangeTradedCalculatedPrice()
  • Method Details

    • getConstituentExchangeId

      public List<ExchangeId> getConstituentExchangeId()
      Gets the value of the constituentExchangeId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the constituentExchangeId property.

      For example, to add a new item, do as follows:

          getConstituentExchangeId().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExchangeId