You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the evidence of this mapping script, the register only looks for shareholding and voting rights interests once the ‘Reel ejer’ flag is found.
Looking at a sample of Danish source data, there are other types of interest that should be handled. The scope of the interest_parser script should be widened to handle the additional types:
BETYDELIG_INDFLYDELSE_VIA_ROLLE (Significant influence through role)
There may be other interest types that need to be handled. This can only be ascertained by identifying reliable documentation or by examining the full DK dataset, not just a sample.
BETYDELIG_INDFLYDELSE_VIA_ROLLE
If the value of this attribute is 'Er reel ejer som bestyrelsesmedlem' (Is beneficial owner as a board member) then:
interest.type = 'other-influence-or-control'
interest.details = '"Er reel ejer som bestyrelsesmedlem" (Is beneficial owner as a board member)'
If the value of this attribute is 'Er reel ejer som udpeget daglig ledelse' (Is beneficial owner as appointed daily management) then:
interest.type = 'senior-managing-official'
interest.details = '"Er reel ejer som udpeget daglig ledelse" (Is beneficial owner as appointed daily management)'
EJERANDEL_KAPITALKLASSE
This attribute accompanies the EJERANDEL_PROCENT (Ownership percent) and EJERANDEL_STEMMERET_PROCENT (Ownership voting percent) attributes which are already handled. The value of EJERANDEL_KAPITALKLASSE gives information about the share classes of the shares. So where EJERANDEL_PROCENT and EJERANDEL_STEMMERET_PROCENT are mapped to BODS interest types 'shareholding' and 'voting-rights' the EJERANDEL_KAPITALKLASSE attribute should be sought. If a value (X) exists for EJERANDEL_KAPITALKLASSE then for those shareholding and voting rights interests:
interest.details = 'Share class details: X'
EJERANDEL_MEDDELELSE_DATO
For the moment, I don't think we should do anything with the value of EJERANDEL_MEDDELELSE_DATO (Ownership message date). If it becomes clear what this date relates to, then we can map it properly.
SÆRLIGE_EJERFORHOLD
If the value of this attribute is 'Andre vedtægtsbestemte rettigheder' (Other statutory rights) then:
If the value of this attribute is 'Ret til at godkende årsrapport i forhold til udbyttebetalinger' (Right to approve annual report in relation to dividend payments) then:
interest.type = 'other-influence-or-control'
interest.details = '"Ret til at godkende årsrapport i forhold til udbyttebetalinger" (Right to approve annual report in relation to dividend payments)'
If the value of this attribute is 'Ret til at udpege ledelsesmedlemmer' (Right to appoint directors) then:
interest.type = 'appointment-of-board'
interest.details = '"Ret til at udpege ledelsesmedlemmer" (Right to appoint directors)'
If the value of this attribute is 'Vetoret' (Veto) then:
interest.type = 'other-influence-or-control'
interest.details = '"Vetoret" (Veto)'
SÆRLIGE_EJERFORHOLD_BESKRIVELSE
If the value of this attribute is X then:
interest.type = 'other-influence-or-control'
interest.details = 'X'
The text was updated successfully, but these errors were encountered:
On the evidence of this mapping script, the register only looks for shareholding and voting rights interests once the ‘Reel ejer’ flag is found.
Looking at a sample of Danish source data, there are other types of interest that should be handled. The scope of the interest_parser script should be widened to handle the additional types:
Mappings for these are below.
There may be other interest types that need to be handled. This can only be ascertained by identifying reliable documentation or by examining the full DK dataset, not just a sample.
BETYDELIG_INDFLYDELSE_VIA_ROLLE
If the value of this attribute is 'Er reel ejer som bestyrelsesmedlem' (Is beneficial owner as a board member) then:
If the value of this attribute is 'Er reel ejer som udpeget daglig ledelse' (Is beneficial owner as appointed daily management) then:
EJERANDEL_KAPITALKLASSE
This attribute accompanies the EJERANDEL_PROCENT (Ownership percent) and EJERANDEL_STEMMERET_PROCENT (Ownership voting percent) attributes which are already handled. The value of EJERANDEL_KAPITALKLASSE gives information about the share classes of the shares. So where EJERANDEL_PROCENT and EJERANDEL_STEMMERET_PROCENT are mapped to BODS interest types 'shareholding' and 'voting-rights' the EJERANDEL_KAPITALKLASSE attribute should be sought. If a value (X) exists for EJERANDEL_KAPITALKLASSE then for those shareholding and voting rights interests:
EJERANDEL_MEDDELELSE_DATO
For the moment, I don't think we should do anything with the value of EJERANDEL_MEDDELELSE_DATO (Ownership message date). If it becomes clear what this date relates to, then we can map it properly.
SÆRLIGE_EJERFORHOLD
If the value of this attribute is 'Andre vedtægtsbestemte rettigheder' (Other statutory rights) then:
If the value of this attribute is 'Potentielle kapital- og/eller stemmeandele' (Potential capital and/or voting shares) then:
If the value of this attribute is 'Ret til at godkende årsrapport i forhold til udbyttebetalinger' (Right to approve annual report in relation to dividend payments) then:
If the value of this attribute is 'Ret til at udpege ledelsesmedlemmer' (Right to appoint directors) then:
If the value of this attribute is 'Vetoret' (Veto) then:
SÆRLIGE_EJERFORHOLD_BESKRIVELSE
If the value of this attribute is X then:
The text was updated successfully, but these errors were encountered: