This function calcuates accrued preferences for a specified inputs

calculate_days_accrued_pref(
  pct_pref = 0.1,
  is_actual_360 = TRUE,
  days = 31,
  equity_bb = 1700000,
  pref_accrued_bb = 0
)

Arguments

pct_pref

rate of accrued preference

is_actual_360

TRUE calculate rate actual/360 terms

days

count of days

equity_bb

vector of begining equity balance

pref_accrued_bb

vector of accrued preference begining balance

Value

a data_Fram

See also

Examples

calculate_days_accrued_pref(pct_pref = .1, is_actual_360 = T, days = 31, equity_bb = 1700000.00, pref_accrued_bb = 0)