HomeAbout FpML®SpecificationsDocumentsWorking Groups & CommitteesToolsFpML® ServicesJoin UsContact UsIssues Forum

The FpML Issues Tracker is designed to facilitate public interaction in the standard.
By registering to the Issue Tracker you will be able to submit corrections and comments, generate reports, and view the complete issues archive for FpML.


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000601 [FpML] Architecture major always 2008-02-27 15:35 2008-02-28 16:54
Reporter matthewdr View Status public  
Assigned To andrew
Priority normal Resolution fixed  
Status closed Target Version 5.0 Second Working Draft 2008-02-22 (build 2) Product Version 5.0 First Working Draft 2007-08-10 (build 1)
Summary 0000601: valid-cd-01.xml is invalid in branch FpML 5-0
Description The XML example contains:

<adjustableDate>
    <dateAdjustments>
        <businessDayConvention>MODFOLLOWING</businessDayConvention>
        <businessCenters>
            <businessCenter>GBLO</businessCenter>
            <businessCenter>USNY</businessCenter>
            <businessCenter>JPTO</businessCenter>
        </businessCenters>
    </dateAdjustments>
</adjustableDate>

<adjustableDate> should be removed for 5-0. It should be:
<scheduledTerminationDate>
    <unadjustedDate>2007-12-05Z</unadjustedDate>
    <dateAdjustments>
        <businessDayConvention>MODFOLLOWING</businessDayConvention>
        <businessCenters>
            <businessCenter>GBLO</businessCenter>
            <businessCenter>USNY</businessCenter>
            <businessCenter>JPTO</businessCenter>
        </businessCenters>
    </dateAdjustments>
</scheduledTerminationDate>
Additional Information
Tags No tags attached.
XML Tool Type
Attached Files

- Relationships

-  Notes
(0001072)
matthewdr (manager)
2008-02-28 14:47

Discussed at AWG on 28th February 2008. Marc Gratacos is in the process of fixing all the examples.
(0001076)
mgratacos (administrator)
2008-02-28 16:54

This has been fixed in the FpML-5-0 branch.

- Issue History
Date Modified Username Field Change
2008-02-27 15:35 matthewdr New Issue
2008-02-28 14:47 matthewdr Note Added: 0001072
2008-02-28 16:54 mgratacos Note Added: 0001076
2008-02-28 16:54 mgratacos Status assigned => closed
2008-02-28 16:54 mgratacos Resolution open => fixed
2008-02-28 16:54 mgratacos Target Version => 5.0 Second Working Draft (Publication Date TBA)