PrivateEquity

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/PositionsDecomposed/Positions/Position/PrivateEquity

Diagram

PrivateEquity OwnershipPercentage PercentageType [0..1]

Documentation

EN

Details for private equity (empty)

DE

Details zur Bewertung von Unternehmensbeteiligung (leer)

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
15

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
PercentageType

How many percent of the Company (SPV) is owned by this position

Wie viel Prozent des Unternehmens besitzt der Fonds

The PercentageType defines pourcentage-values. It est derived de decimal. To decimal there est aucun modification. Pourcentage values can be expressed dans three ways: For 3.5 % it can be written comme 3.5 ou 1.035 ou 0.035. For FundsXML pourcentage valeur un à be written comme 3.5

The PercentageType defines percentage-values. It is derived van decimal. To decimal there is geen modification. Percentage values can be expressed in three ways: For 3.5 % it can be written als 3.5 van 1.035 van 0.035. For FundsXML percentage waarde heeft naar be written als 3.5

449.22

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="PrivateEquity">
   <xs:annotation>
      <xs:documentation xml:lang="en">Details for private equity (empty)</xs:documentation>
      <xs:documentation xml:lang="de">Details zur Bewertung von Unternehmensbeteiligung (leer)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="OwnershipPercentage" type="PercentageType">
            <xs:annotation>
               <xs:documentation xml:lang="en">How many percent of the Company (SPV) is owned by this position</xs:documentation>
               <xs:documentation xml:lang="de">Wie viel Prozent des Unternehmens besitzt der Fonds</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>