Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 ElementOccurrenceDescriptionExample Usage
@nrmin.1 / max.1Record number


Code Block
nr="1"


@statusmin.1 / max.11=active, 0=inactive


Code Block
status="1"


@typemin.1 / max.1

Type of the owner

Restriction:

g=owner is a general partner (partnerships)

l=owner is a limited partner (partnerships)

m=owner is a member (associations)

o=owner of a sole trader / sole proprietorship

s=owner is a shareholder (limited by shares)

u=owner is an unlimited partner (partnerships)

 Note: not available in Complex Investment


Code Block
type="s"


@levelmin.1 / max.1

Group Level of the related company

Restriction:

0= no level information available

1= the related company is a an ultimate parent company/or parent company in its own right.

2= the related company is a an intermediate parent company in its own right

Note: The group-level indicates, if the related company is a an ultimate or aan

intermediate parent company. For shareholder information, , however for the subject company the definition of ultimate parent applies

if the percent_of_ownership is over 50.01%, this level is relevant for thesubject company.The Ultimate Parent of the subject company is found in the XML under

this path "wbdata/UltimateParent"



Code Block
level="1"


StartDatemin.0 / max.1Date of registration / start of the ownership (take over, new incorporation etc.)


Code Block
<StartDate>2005-12-10</StartDate>


StartYearmin.0 / max.1Year of registration / start of the ownership (take over, new incorporation etc.)


Code Block
<StartYear>2005</StartYear>


EndDatemin.0 / max.1Date of de registration / end of the ownership (sale, struck off etc.)


Code Block
<EndDate/>


EndYearmin.0 / max.1Year of de registration / end of the ownership (sale, struck off etc.)


Code Block
<EndYear/>


Personmin.1 / max.1Complex Person
Directmin.1 / max.1

Relation type

Restriction:

1= the interest is held directly
0= the interest is held indirectly via another company/companies or it is not
known, if the interest is directly or indirectly held


Code Block
<Direct>1</Direct>


RangeCodemin. 1 / max. 1

Range/Class of the interest, based on the voting rights (code)

RestrictionEnumeration


Code Block
<RangeCode>A</RangeCode>


RangeTypemin. 1 / max. 1

Range/Class of the interest, based on the voting rights (text)


Code Block
<Range>100%</Range>


 InVotingRight min.0 / max.1Prozentual share on voting rights. The voting rights are based on all issued shares


Code Block
<InVotingRight>100.00</InVotingRight>


InCapital  min.0 / max.1Prozentual share on the capital of the company


Code Block
<InCapital>100.00</InCapital>


Quantity  min.0 / max.1Quantity of shares hold


Code Block
<Quantity>1000</Quantity>


Amount  min.0 / max.1Total Amount of Shares/Warranty hold


Code Block
<Amount>100000.00</Amount>


CurrencyCode

min. 0 / max. 1

Currency of the Amount ISO 4217, alpha 3-code

RestrictionEnumeration


Code Block
<CurrencyCode>CHF</CurrencyCode>


Currency

min. 0 / max. 1

Currency of the Amount ISO 4217, text


Code Block
<Currency>Swiss Francs</Currency>


...