168: Add Factor to Bond or Underlying

I have an urgent request to add Factor to the FpML:bond or possibly FpML:Underlying. The factor is defined as the percentage of the original face value that remains outstanding. For repos, factor is used to calculate the settlement money for the “on-leg” of a repo ((price * quantitiy * factor) / haircut). For buy/sells, factor … Continued

167: implement choice under Stub construct

I need to use floatingRate construct under Stub context type. I’ve used java, liquid XML 4.2.4 API library, and fpML 4.0 to implement this. However, I am getting the error from Liquid XML engine. I also copy a snippet of java code I wrote to cause this error at the end of the email. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … Continued

165: Message samples do not pass validation against coding schemes

There are several old samples in the IRD directory that cannot validate against the coding schemes because they reference currency DEM and floating rate indexes that no longer exist Some of the samples that do not pass : ird_ex01 ird_ex02 We should update them to use EUR and corresponding EUR indexes.

161: sendTo – not a Party but of type PartyId

The elements sendTo, copyTo, and sentBy all have a type of PartyId. This doesn’t make sense. The argument for not constraining them with a rule to a Party is that they may not be a Party, yet the type says they are of PartyId. Either the rule or the type is incorrect. Which is right?

159: IRD types that overlap

In going through the latest IRD schema I noticed some new types that appear to at least partly overlap with existing types. These include: MainPublication SettlementRateSource These somewhat overlap with SettlementPriceSource. They should probably all be moved into shared and reviewed for consistency by the coordination committee.