Skip to contents

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().

Usage

brreg_prokura(org_nr)

Arguments

org_nr

Character. 9-digit organization number.

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.

Details

One row is returned per person within each registered combination.

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.

Examples

if (FALSE) { # interactive() && curl::has_internet()
brreg_prokura("923609016") # Equinor ASA
}