Cost-of-Capital-Calculator icon indicating copy to clipboard operation
Cost-of-Capital-Calculator copied to clipboard

A cost of capital and effective tax rate calculator

Results 16 Cost-of-Capital-Calculator issues
Sort by recently updated
recently updated
newest added

The `ENFORCE_CHECK` on line 190 of `calcfunctions.py` can be removed. It was intended to help users identify odd parameter inputs, but this is no longer necessary with the ParamTools validation...

Currently, `calcfunctions.calc_r` has: ``` r = ( f * (nominal_int_rate * (1 - (1 - int_haircut) * u)) + (1 - f) * (E + inflation_rate - E * ace_int_rate...

CCC has a parameter, `E_pt` that allows one to set the expected rate of return to savers from pass-through investments. The default is to set this equal to the corporate...

Per comments in [Issue #9](https://github.com/compute-tooling/compute-studio-kit/issues/9) in the Compute-Studio repo, CCC's use of `to_html` for tabular results should set the `class` kwarg to some bootstrap class (or perhaps a custom CSS...

help wanted
good first issue

After creating two [`Calculator`](https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/53246a1eb76f2572745035c212a8318fbfaa1139/ccc/calculator.py#L38) objects, named `calc1` and `calc2` and running: ``` bw = calc1.bubble_widget(calc2) show(bw) ``` two warning messages result: ``` WARNING:bokeh.core.validation.check:W-1000 (MISSING_RENDERERS): Plot has no renderers: Figure(id='2156', ...)...

help wanted
good first issue

It's probably worth doing another run through the documentation for spelling and grammatical issues.

help wanted
good first issue

After creating two [`Calculator`](https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/53246a1eb76f2572745035c212a8318fbfaa1139/ccc/calculator.py#L38) objects, named `calc1` and `calc2` and running: ``` bplot = calc1.asset_bubble(calc2) show(bplot) ``` two warning messages result: ``` WARNING:bokeh.core.validation.check:W-1000 (MISSING_RENDERERS): Plot has no renderers: Figure(id='1663', ...)...

help wanted
good first issue
Hacktoberfest

The [Tax-Foundation Capital-Cost-Recovery model](https://github.com/TaxFoundation/capital-cost-recovery) notes two depreciation methods used by OECD countries that are not modeled in CCC: 1. Straight-line with changing rates 2. Declining-balance with an initial allowance. These...

The Research and Experimentation credit is a significant business tax credit that affects the cost of capital and METRs. B-Tax should thus include the credit in it's calculations. There are...

The equation or the cost of capital should be generalized to better show the effects of transitory tax policy. [A. B. Lyon (*NTJ*, 1990)](https://github.com/PSLmodels/Cost-of-Capital-Calculator/files/3725635/w2912.pdf) shows how to do this in...