FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
None
Summary
Please convert the condition "isParametric" to a function. This is a function as per the FpML Validation Architecture.
Providing this is as a function would make it clear the context of the evaluation of this function.
rules-english-ird.html#isParametric
Notes:
lyteck
10/07/08 2:07 pm
ValWG 2008-10-07: agree to implement. ISDA to propose implementation.
lyteck
10/08/08 7:01 pm
converted condition isParametric to function is-parametric() as:
Function: is-parametric
If cashflows does not exist , or cashflows/cashflowsMatchParameters is true.
parameter: $cashflows (element(*, InterestRateStream))
result: true/false (xsd:boolean)
test: not(exists($cashflows)) or ($cashflows/cashflowsMatchParameters=true)
matthewdr
10/09/08 9:16 am
Clsoed after testing.