Schema Central > FpML 5.5 Transparency > fpml-asset-5-5.xsd > fpml:basket
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fpml:basket

Defines the underlying asset when it is a basket.

Element information

Namespace: http://www.fpml.org/FpML-5/transparency

Schema document: fpml-asset-5-5.xsd

Other elements with the same name: fpml:basket

Type: fpml:Basket

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom type fpml:Asset

Used in

Substitution hierarchy

Sample instance

<basket>
   <basketConstituent>
      <index>
         <instrumentId instrumentIdScheme="http://www.ftse.com/coding-scheme/instrument-id">FXI</instrumentId>
      </index>
      <constituentWeight>
         <basketPercentage>0.50</basketPercentage>
      </constituentWeight>
   </basketConstituent>
   <basketConstituent>
      <basket>
         <basketConstituent>
            <equity>
               <instrumentId instrumentIdScheme="http://www.kse.or.kr/coding-scheme/instrument-id">005440.KS</instrumentId>
               <currency>KRW</currency>
               <exchangeId>XKHA</exchangeId>
            </equity>
            <constituentWeight>
               <basketPercentage>0.50</basketPercentage>
            </constituentWeight>
         </basketConstituent>
         <basketConstituent>
            <equity>
               <instrumentId instrumentIdScheme="http://www.kse.or.kr/coding-scheme/instrument-id">000270.KS</instrumentId>
               <currency>KRW</currency>
               <exchangeId>XKHA</exchangeId>
            </equity>
            <constituentWeight>
               <basketPercentage>0.50</basketPercentage>
            </constituentWeight>
         </basketConstituent>
      </basket>
      <constituentWeight>
         <basketPercentage>0.50</basketPercentage>
      </constituentWeight>
   </basketConstituent>
</basket>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com