FpML Issues Tracker

618: cd-4 Incorrect use of “substring”

March 1, 2008

closed

Minor

Always

Validation Rules

Admin

mgratacos

Summary

Rule cd-4 use the term "substring" incorrectly:

cd-3 (Mandatory) Preconditions: ISDA1999 documentation/contractualSupplement must not begin with the substring ISDA2003Credit.

"ISDA2003Credit" is a type of String. It is not a type of Substring. In popular usage by IT people Substring is a function or comparator. In plain English a substring is something that isn't quite a string. The wording of the rule in FpML neither matches the dictionary nor IT usage.

The text should say: cd-3 (Mandatory) Preconditions: ISDA1999 The content of documentation/contractualSupplement must not begin with the string "ISDA2003Credit".

Adopting this more accurate text would mean that the rule is more naturally intelligible to a broader audience.

Notes:

  • mgratacos

    03/20/08 3:58 pm

    This has been fixed in the trunk and 5.0 branch.

  • Leave an update

    You must be logged in to post an update.