FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
None
Summary
The loan preconditions use the term "exist" rather than the correct terms "exists". Correct the preconditions by changing the term to "exists".
This is a problem for 3 reasons. 1. Incorrect use of the English language. 2. Inconsistency with the rest of the validation rules which use exists. 3. "Exists" is a defined term and "exist" is not a defined term. The VWG specification rules require the use of defined terms.
The offending preconditions are: " Precondition: MultipleInterestRatePeriod (context: InterestAccrualSchedule) More than one interestRatePeriod exist. Precondition: MultipleLenderLoanContractPeriod (context: InterestAccrualSchedule) More than one lenderLoanContractPeriod exist. Precondition: MultipleInterestAccrualPeriod (context: InterestAccrualSchedule) More than one interestAccrualPeriod exist "
Notes:
mgratacos
06/12/08 11:36 am
This has been committed to the trunk.