| tax_basis_spv | R Documentation |
Extract a tax basis from a pre-tax case
tax_basis_spv(x, acquisition_basis = c("price_ht", "price_di"))
x |
Object returned by |
acquisition_basis |
Character scalar. Either |
A tibble with the minimal fields consumed by tax_run_spv().
deal <- deal_spec(
price = 10e6,
entry_yield = 0.055,
horizon_years = 5,
debt = debt_terms(ltv = 0.5, rate = 0.04, type = "bullet")
)
res <- analyze_deal(deal)
tax_basis_spv(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.