| diagram | ![]() |
||
| children | TotalAssetValues Portfolios | ||
| used by |
|
||
| source | <xs:complexType name="FundDynamicDataType"> <xs:sequence> <xs:element name="TotalAssetValues" minOccurs="0"> <xs:annotation> <xs:documentation>Total NAV (volume) of fund</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TotalAssetValue" type="TotalAssetValueType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Portfolios" minOccurs="0"> <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 name="Portfolio" type="PortfolioType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | TotalAssetValue | ||||||
| annotation |
|
||||||
| source | <xs:element name="TotalAssetValues" minOccurs="0"> <xs:annotation> <xs:documentation>Total NAV (volume) of fund</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TotalAssetValue" type="TotalAssetValueType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | TotalAssetValueType | ||||||
| properties |
|
||||||
| children | NavDate TotalAssetNature TotalNetAssetValue TotalGrossAssetValue SharesOutstanding Ratio OtherTotalAssetValues | ||||||
| source | <xs:element name="TotalAssetValue" type="TotalAssetValueType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | Portfolio | ||||||
| annotation |
|
||||||
| source | <xs:element name="Portfolios" minOccurs="0"> <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 name="Portfolio" type="PortfolioType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | PortfolioType | ||||||
| properties |
|
||||||
| children | NavDate Positions Transactions Earnings PositionsDecomposed BreakDowns RiskCodes | ||||||
| source | <xs:element name="Portfolio" type="PortfolioType" maxOccurs="unbounded"/> |