FundDynamicData
/FundsXML4/Funds/Fund/FundDynamicData
Diagram
Documentation
Dynamic data of fund (total values, holdings, transactions, breakdowns, ...)
Properties
- Type
- FundDynamicDataType
- Cardinality
- 0..1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 3
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| (anonymous) | Total NAV (volume) of fund |
||
| (anonymous) | All portfolio related data (not to be used for umbrella structures) |
||
| (anonymous) | Benchmark Data of fund |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="FundDynamicData"
type="FundDynamicDataType">
<xs:annotation>
<xs:documentation>Dynamic data of fund (total values, holdings, transactions, breakdowns, ...)</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(FundDynamicDataType)
Referenced Type Definition (FundDynamicDataType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="FundDynamicDataType">
<xs:sequence>
<xs:element minOccurs="0" name="TotalAssetValues">
<xs:annotation>
<xs:documentation>Total NAV (volume) of fund</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded"
name="TotalAssetValue"
type="TotalAssetValueType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="Portfolios">
<xs:annotation>
<xs:documentation>All portfolio related data (not to be used for umbrella structures)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Portfolio" type="PortfolioType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="Benchmarks">
<xs:annotation>
<xs:documentation>Benchmark Data of fund</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded"
name="Benchmark"
type="BenchmarkDynamicDataType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>