print-firm-method: Print information on a class 'firm' object

print,firm-methodR Documentation

Print information on a class firm object

Description

Print method for the S4 class representing a firm (legal person)

Usage

## S4 method for signature 'firm'
print(x)

Arguments

x

The firm object to show

Value

No return value, called to print to the console detail information about the firm object including:

  • in the first paragraph:

    • legal form (if any),

    • revenues (if known),

    • capitalisation (if known).

  • in the second paragraph, the names of the board members/managers;

  • in the third paragraph, a data frame with two columns:

    • First, the names of the owners

    • The, their respective share of the firm's capital (normalised to 1)

Author(s)

Telarico, Fabio Ashtar


FinNet documentation built on Oct. 31, 2024, 5:07 p.m.