record_equity: Write financing entries in the ledger.

Description Usage Arguments Value

View source: R/record_equity.R

Description

Write financing entries in the ledger.

Usage

1
2
3
4
5
6
7
8
record_equity(
  date = Sys.Date(),
  quantity = 100,
  price = 100,
  par = 100,
  origin = 31100,
  destination = 10030
)

Arguments

date

Date. date of the emission.

quantity

Integer. Quantity of stock emitted.

price

Double. Market value of the stock emitted.

par

Deouble. Book value of the stock emitted.

origin

Character. Account where the stock is accounted for.

destination

Character. Account where the counterpart is accounted for.

Value

A tibble of journal entries.


NicolasJBM/simulR documentation built on Feb. 15, 2021, 9:38 a.m.