| The maximum allowable disbursement percent. In the November 2005 cycle, MR 05-2.005.11 added MaxDisbursementAmt and MaxDisbursementPct to Arrangement. They had similar documentation, but one was clearly intended to be an amount (currency) and the other a percent. Unfortunately, both were added as data type currency. The data type for MaxDisbursementPct to percent was corrected in version 2.45.00. This should not be a compatibility concern as the valid values for both data types are similar: 8.5 as currency (implemented as xsd:decimal) is also valid a percent (implemented as xsd:double). |