tax_spec_spv: Build a generic SPV tax specification

View source: R/tax.R

tax_spec_spvR Documentation

Build a generic SPV tax specification

Description

Build a generic SPV tax specification

Usage

tax_spec_spv(
  corp_tax_rate = 0.25,
  depreciation_spec = NULL,
  interest_rule = NULL,
  loss_rule = NULL
)

Arguments

corp_tax_rate

Numeric scalar in [0, 1).

depreciation_spec

Object returned by depreciation_spec().

interest_rule

Object returned by interest_rule().

loss_rule

Object returned by loss_rule().

Value

A list of class cre_tax_spec_spv.

Examples

spec <- tax_spec_spv(corp_tax_rate = 0.25)
spec$corp_tax_rate

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