recordStockInformation
Record of information that can be collectecd from a stock
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
A record of stock-related information. It groups that following variables:
| Variable (Type) |
Description |
| infoLevel (Real) |
Current amount in the stock or level |
| infoInflow (Rate) |
Current rate of total inflow into stock |
| infoOutflow (Rate) |
Current rate of total outflow from the stock |
| infoNetFlow (Rate) |
Current net-rate of flow (> 0 inflow, < 0 outflow) |
| infoMeanResidenceTime (Time) |
Current average time of residence for elements in the stock (if there is no outflow, -1 is to be reported) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | infoLevel | Current Level of stock | |
| Real | infoInflow | Current rate of inflow | |
| Real | infoOutflow | Current rate of outflow | |
| Real | infoNetFlow | Net-rate of flow | |
| Time | infoMeanResidenceTime | Mean time of residence for elements in the stock (-1 indicates infinite time for zero outflow) |