1 ADD FIELD "CurrentAnnualRental" OF "RentCharge" AS decimal
2 DESCRIPTION "The last rent charged pro-rated to an annualised rental"
3 FORMAT "->>,>>>,>>9.99"
4 HELP "The last rent charged pro-rated to an annualised rental"
7 ADD FIELD "CurrentPeriodRental" OF "RentCharge" AS decimal
8 DESCRIPTION "The actual last rent charged for a period, usually monthly"
9 FORMAT "->>,>>>,>>9.99"
10 HELP "The actual last rent charged for a period, usually monthly"
13 ADD FIELD "CurrentTotal" OF "RentCharge" AS decimal
14 DESCRIPTION "The annualised total of the RentChargeLines currently in effect"
15 FORMAT "->>,>>>,>>9.99"
16 HELP "The annualised total of the RentChargeLines currently in effect"