functionVerified releasev1
compound_growth_projection
Projects a starting value after a fixed annual compound growth rate and a whole number of years.
Interface
Verified contract
Inputs
| Name | Type |
|---|---|
| principal | float |
| annual_rate | float |
| years | int |
Outputs
| Name | Type |
|---|---|
| default | float |
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
- No evidence-compatible public entries yet.