771: Some XML Schema aware tools to fail

fpml-fx.xsd” uses enumerated types such as PayoutEnum, but does not directly include the file “fpml-enum.xsd”, where enumerated types are defined. This causes some XML Schema aware tools to fail.

770: Validation rule ln-10 if condition and paths need to be updated

The current rule says: If facilityIdentifier/originalCommitmentAmount and facilityCommitmentPosition/loanContractPosition/loanContractIdentifier/originalAmount/amount exist, then facilityIdentifier/originalCommitmentAmount >= facilityCommitmentPosition/loanContractPosition/loanContractIdentifier/originalAmount/amount. It should say instead: If facilityIdentifier/originalCommitmentAmount and facilityCommitmentPosition/loanContractPosition/loanContractIdentifier/originalAmount exist, then facilityIdentifier/originalCommitmentAmount/amount >= facilityCommitmentPosition/loanContractPosition/loanContractIdentifier/originalAmount/amount.

765: Content model of DealIdentifier and FacilityIdentifier

1. Why are DealIdentifier and FacilityIdentifier derived from Product? I cant see why they need to be as they are not used within a or structure and being derived this way creates an opportunity for accidental misuse. 2. DealIdentifier can be completely empty The design of the type does not force any component to be … Continued

764: Loan dates: adjusted or unadjusted?

There is no indication of whether dates are unadjusted or adjusted, or whether this matters (e.g. rateFixingDate, period [start|end]Date, feePayment /effectiveDate, /paymentDate, …) Harry McAllister (BNPParibas)

762: Loan position structures lack ‘current-as-of-when’ information

“Position” structures (loanContract-, facilityCommitment-) containing current- and prior-Amount components, without an explicit value date or event identifier which would allow the consumer to determine current-as-of-when – confusion between event notification and historical record Harry McAllister (BNPParibas)