FpML Issues Tracker

829: ln-27 “BreakageFee” is a value not an XPath

September 16, 2008

closed

Minor

Always

Validation Rules

Admin

None

Summary

The value "BreakageFee" currently looks like an XPath, not a value in ln-27.

Rule today: " ln-27 (Mandatory) Context: OneOffFeeNotice (complex type) [feePayment/feeType = BreakageFee] loanContractSummary must exist. "

There are two things I need to know: 1. "BreakageFee" is a value. 2. The type of "BreakageFee".

If we wrote it out like the other rules, then it would be: " ln-27 (Mandatory) Context: OneOffFeeNotice (complex type) [feePayment/feeType = OneOffFeeTypeEnum("BreakageFee")] loanContractSummary must exist. "

Also, there needs to be the special HTML format on the value used for other values.

Notes:

  • lyteck

    09/30/08 7:35 pm

    marked as resolved – see related issue 822 for more explanation

  • matthew

    09/30/08 8:15 pm

    The HTML change of font was successful, but the work to say the type of the value is yet to be completed.

  • lyteck

    10/07/08 8:55 pm

    as agreed at the valWG 2008-10-07, quotes are added around strings.

    ln-27 fixed accordingly as:

    ln-27 (Mandatory)
    Context: OneOffFeeNotice (complex type)
    [feePayment/feeType = “BreakageFee”]
    loanContractSummary must exist.

    Note: a new @type attribute (of value “string”) is introduced which triggers the addition of quotes automatically when converted to HTML.

    e.g., BreakageFee

    (related issue 822 will take care implementing quotes throughout the rules. Therefore closing 829 which only relates to ln-27.)

  • matthew

    10/07/08 9:14 pm

    The content of the rule is updated, but the makehtml.bat doesn’t add the quotes in.


    OneOffFeeNotice
    feePayment/feeType = BreakageFee
    loanContractSummary must exist.



  • lyteck

    10/07/08 9:16 pm

    Apologies, I forgot to check in the modified XSL.

    Please retry.

  • matthewdr

    10/08/08 2:37 pm

    Closing after testing.

  • Leave an update

    You must be logged in to post an update.