functionVerified releasev1

compound_growth_projection

Projects a starting value after a fixed annual compound growth rate and a whole number of years.

Owner
@ky
Updated
Runtime
venv · Python 3.13.14

Interface

Verified contract

Callable Object

Inputs

NameType
principalfloat
annual_ratefloat
yearsint

Outputs

NameType
defaultfloat

Exact release

Pinned local call

from spl import SPLClient

result = SPLClient.embedded().call(
    "splime://@ky/public-examples/compound_growth_projection@1",
    kwargs={'annual_rate': 0.0, 'principal': 0.0, 'years': 0},
    trust=True,
)

Review before running. Public bundles contain executable code. Verify the publisher and exact content hash; a virtual environment isolates dependencies, not the operating system.

Evidence

Evidence-backed concepts

  • Compound growth projection
  • Whole year calculation
  • Annual rate
  • Principal amount
  • Floating point
  • Integer values
  • Growth rate
  • Virtual environment

History

Public versions

  • v115 downloads

Discover

Similar Objects

Explore all
  • No evidence-compatible public entries yet.