656: Why not a compounding method scheme?

CompoundingMethodEnum allows these three values: Flat None Straight Is there a reason why this is an enum and not a scheme? To my knowledge there are more than three compounding methods used in the market. For example: “Flat” in FpML is what’s sometime called “ISDA Flat” eslewhere. I.e. compounding excludes the spread, except for the … Continued

542: Typo in annotation for RelativeDateOffset

In file fpml-shared-4-3.xsd, complex type RelativeDateOffset . The annotation reads: … the derived date *my* simply be a number of calendar periods … It obviously should read: … the derived date *may* simply be a number of calendar periods …

517: Bad character encoding in annotations in german

There seem to be strange characters in the annotations in German. Apparently they make some tools choke. Example: fpml-shared-4-3.xsd Sofern nicht anderweitig festgelegt, das Haupt-Clearingsystem, das blicherweise fr die Regulierung von Geschften im entsprechenden Basiswert verwendet wird. I am not sure if this is a bug in the tools or in the schema. Same problem … Continued

383: Is annotation for TradeAmended type correct?

The annotation reads as follows: “This message is DEPRECATED and should not be used in new implementations. See ContractCreated. A notification to inform downstream systems when a system that acts as source of trade information detects that a trade has been modified.” Why should ContractCreated be used in place of TradeAmended? Should it not be … Continued