NetAssetsSegments

/FundsXML4/AssetMgmtCompanyDynData/AssetMgmtCompanyDynDataSet/Statistics/ClosedEndedFunds/InstitutionalFunds/RealAssets/OwnFunds/Segmentation/FundsWithSegments/NetAssetsSegments

Diagram

NetAssetsSegments Net asstes of funds with segments or comparable subunits Company assets data NetAssets xs:decimal [1] GrossAssets xs:decimal [1]

Documentation

Net asstes of funds with segments or comparable subunits

Properties

Type
AssetManagementCompanyFundAssetsType
Cardinality
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
10
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:decimal

Net assets in total, calculated on an overall basis including outstanding debts, bank loans, and other liabilities (Net Asset Value approach). In thousands of currency.

230.38
xs:decimal

Assets in total, calculated on a basis excluding outstanding debts, bank loans, and other liabilities (Gross Asset Value approach). "Aktivvermoegen" in German. In thousands of currency.

31.47

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"
            name="NetAssetsSegments"
            type="AssetManagementCompanyFundAssetsType">
   <xs:annotation>
      <xs:documentation>Net asstes of funds with segments or comparable subunits</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AssetManagementCompanyFundAssetsType)

<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="AssetManagementCompanyFundAssetsType">
   <xs:annotation>
      <xs:documentation>Company assets data</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="NetAssets" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Net assets in total, calculated on an overall basis including outstanding debts, bank loans, and other liabilities (Net Asset Value approach). In thousands of currency.</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="GrossAssets" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Assets in total, calculated on a basis excluding outstanding debts, bank loans, and other liabilities (Gross Asset Value approach). "Aktivvermoegen" in German. In thousands of currency.</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>