<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>
...
<swaption>
...
<premium>
...
<paymentDate>
...
<dateAdjustments>
...
<businessCenters> </businessCenters>
</dateAdjustments>
</paymentDate>
</premium>
<europeanExercise id="europeanExercise0">
<expirationDate>
<adjustableDate>
...
<dateAdjustments>
...
<businessCenters> </businessCenters>
</dateAdjustments>
</adjustableDate>
</expirationDate>
<relevantUnderlyingDate>
<relativeDates>
...
<businessCenters> </businessCenters>
</relativeDates>
</relevantUnderlyingDate>
</europeanExercise>
...
<swap>
<swapStream>
...
<calculationPeriodDates id="CalcPeriodDates0">
...
<terminationDate>
...
<dateAdjustments>
...
<businessCenters id="accrualBusinessCenters0"> </businessCenters>
</dateAdjustments>
</terminationDate>
<calculationPeriodDatesAdjustments>
...
<!-- CHANGE modified the href so that it doesn't reference businessCenters (its' now a party) . By Chris Simmons, date 14 May 2003 -->
<businessCentersReference href="partyA"/>
</calculationPeriodDatesAdjustments>
</calculationPeriodDates>
<paymentDates>
...
<paymentDatesAdjustments>
...
<businessCenters id="paymentBusinessCenters0"> </businessCenters>
</paymentDatesAdjustments>
</paymentDates>
</swapStream>
<swapStream>
...
<calculationPeriodDates id="CalcPeriodDates1">
...
<terminationDate>
...
<dateAdjustments>
...
<businessCenters id="accrualBusinessCenters1"> </businessCenters>
</dateAdjustments>
</terminationDate>
<calculationPeriodDatesAdjustments>
...
<businessCentersReference href="accrualBusinessCenters1"/>
</calculationPeriodDatesAdjustments>
</calculationPeriodDates>
<paymentDates>
...
<paymentDatesAdjustments>
...
<businessCenters id="paymentBusinessCenters1"> </businessCenters>
</paymentDatesAdjustments>
</paymentDates>
<resetDates id="resetDates0">
...
<fixingDates>
...
<businessCenters id="fixingBusinessCenters0"> </businessCenters>
</fixingDates>
...
<resetDatesAdjustments>
...
<businessCentersReference href="paymentBusinessCenters1"/>
</resetDatesAdjustments>
</resetDates>
</swapStream>
</swap>
</swaption>
</trade>
</FpML>