tax_basis_spv: Extract a tax basis from a pre-tax case

View source: R/tax.R

tax_basis_spvR Documentation

Extract a tax basis from a pre-tax case

Description

Extract a tax basis from a pre-tax case

Usage

tax_basis_spv(x, acquisition_basis = c("price_ht", "price_di"))

Arguments

x

Object returned by run_case() or analyze_deal().

acquisition_basis

Character scalar. Either "price_ht" or "price_di".

Value

A tibble with the minimal fields consumed by tax_run_spv().

Examples

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)

cre.dcf documentation built on April 10, 2026, 5:08 p.m.