FpML Issues Tracker
closed
Major
Always
Schema
Admin
iyermakova
Summary
5.0 Equity Swaps examples fail to pass validation. The problem seems to be in xsd:group name="CurrencyAndDeterminationMethod.model". The currency element is of type Currency instead of Identified Currency. This makes that references to this currency element fail to validate since there is no id attribute within it.
One of the examples failing validation is eqs-ex01-single-underlyer-execution-long-form.xml
Notes:
iyermakova
02/12/10 7:05 pm
– The issue has been resolved. “CurrencyAndDeterminationMethod.model” has been corrected. The “currency” element is now IdentifiedCurrency, instead of Currency.
– The change has been committed to branches/FpML-5-0