<FpML version="4-0" xmlns="http://www.fpml.org/2003/FpML-4-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fpml.org/2003/FpML-4-0 fpml-main-4-0.xsd" xsi:type="TradeAffirmation">
...
<trade>
...
<swap>
<swapStream>
...
<calculationPeriodDates id="floatingCalcPeriodDates">
...
<firstPeriodStartDate>
<!-- CHANGE date was 2000. Chris Simmons, 14 May 2003 -->
<unadjustedDate>
2008-03-05
</unadjustedDate>
</firstPeriodStartDate>
...
<lastRegularPeriodEndDate>
2004-10-05
</lastRegularPeriodEndDate>
</calculationPeriodDates>
</swapStream>
<swapStream>
...
<calculationPeriodDates id="fixedCalcPeriodDates">
...
<firstPeriodStartDate>
<unadjustedDate>
2000-03-05
</unadjustedDate>
</firstPeriodStartDate>
...
<lastRegularPeriodEndDate>
2004-10-05
</lastRegularPeriodEndDate>
</calculationPeriodDates>
</swapStream>
</swap>
</trade>
</FpML>