Fetch the registered procuration combinations for a Norwegian legal
entity from the Brønnøysund Fullmakt service. Procuration is a
commercial power of attorney under the Norwegian Powers of Attorney
Act (prokuraloven): a holder may bind the entity in ordinary
business, but not, absent separate authority, sell or encumber its
real property. It is a narrower and separate mandate from the general
signing authority returned by brreg_signatur().
Value
A tibble with the same columns as brreg_signatur(), with
signature_type set to "procuration". Returns an empty tibble if
no procuration is registered.
Person identification
The Fullmakt service returns each person's name as a single string in
name; it does not split it into given and family names, so no
synthetic person_id is constructed. Join to brreg_roles() on
birth_date together with name at query time if cross-referencing
to the role network is required. Role designations are returned as
English labels looked up from role_types, with the original
Norwegian code preserved in role_code; the signing-mode designations
(SIGN, SIFE, SIHV, PROK, POFE, POHV) are included in
role_types alongside the board roles.
See also
brreg_signatur() for general signing authority.
Other tidybrreg entity functions:
brreg_board_summary(),
brreg_children(),
brreg_download(),
brreg_entity(),
brreg_roles(),
brreg_roles_legal(),
brreg_search(),
brreg_signatur(),
brreg_underenheter(),
brreg_update_fields(),
brreg_updates()