| tax_spec_spv | R Documentation |
Build a generic SPV tax specification
tax_spec_spv(
corp_tax_rate = 0.25,
depreciation_spec = NULL,
interest_rule = NULL,
loss_rule = NULL
)
corp_tax_rate |
Numeric scalar in |
depreciation_spec |
Object returned by |
interest_rule |
Object returned by |
loss_rule |
Object returned by |
A list of class cre_tax_spec_spv.
spec <- tax_spec_spv(corp_tax_rate = 0.25)
spec$corp_tax_rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.