print-firm-method function

Print information on a class firm object

Print information on a class firm object

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

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

Arguments

  • x: The firm object to show

Returns

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)

  • Maintainer: Fabio Ashtar Telarico
  • License: GPL (>= 3)
  • Last published: 2024-10-31