blockAccumulationFunction
Determing the time value of money for an investment of 1
Extends from Interfaces.PartialConverters.SISO (Converter with single input and single output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The Real output y is the value of the accumulation function at any time t in the simulation given the variable rate of interest according to input u. By definition the accumulation function will give the factor to determing the future value A(t) for an investment with a present value A(0) of 1 monetary units:
A(t) = A(0) · a(t) = 1 · a(t)
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Structural Parameters | |||
| Boolean | isCCR | true | = true, if the factional rate given is assumed to be a continuously compounding rate else the rate will be converted (growing.isCCR) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealInput | u (from SISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |