Usage
calculate_leverage_metrics(purchase_price = 0, capitalized_acquisition_costs = 0, capital_investment = 0, revenue = 0, expenses = 0, loan_to_cost = 0, interest_rate = 0, borrow_capital_investment = F, include_capitalized_cost = T, leverage_threshold = 0.95, is_interest_only = FALSE, interest_only_periods = 0, is_actual_360 = TRUE, amortization_years = 30, amortization_months = 0, term_years = 30, term_months = 0, pct_loan_fee = 0, return_wide = T, return_message = T)
Arguments
purchase_price
Vector of Purchase Prices
capitalized_acquisition_costs
Vector of Capitalized Acquisition Costs
capital_investment
Vector of Capital Investment
revenue
Vector of revenue amounts
expenses
Vector of expenses
loan_to_cost
Vector of loan to cost
interest_rate
Interest Rate
borrow_capital_investment
Borrow Investment TRUE, FALSE
include_capitalized_cost
Include capitalized costs in leverage calculations TRUE, FALSE
leverage_threshold
Maximum Leverage
is_interest_only
Does loan have interst only periods TRUE, FALSE
interest_only_periods
Interest Only Periods
is_actual_360
Is loan calcuated on actual/360 basis TRUE, FALSE
amortization_years
Loan amortization years
amortization_months
Loan amortization months
term_years
Term of the loan, years
term_months
Term of the loan, months
pct_loan_fee
Loan pee, percent