| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | name | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | lineItem | = | ' ' | ||
| integer, | public | :: | category | = | costCatMaintenance | ||
| real(kind=r64), | public | :: | cost | ||||
| integer, | public | :: | startOfCosts | = | startServicePeriod | ||
| integer, | public | :: | yearsFromStart | = | 0 | ||
| integer, | public | :: | monthsFromStart | = | 0 | ||
| integer, | public | :: | totalMonthsFromStart | = | 0 | ||
| integer, | public | :: | repeatPeriodYears | = | 0 | ||
| integer, | public | :: | repeatPeriodMonths | = | 0 | ||
| integer, | public | :: | totalRepeatPeriodMonths | = | 0 | ||
| real(kind=r64), | public | :: | annualEscalationRate | = | 0.0d0 |