<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>
...
<paymentDates>
...
<paymentFrequency>
<periodMultiplier>
6
</periodMultiplier>
<period>
M
</period>
</paymentFrequency>
<!-- INVALID FOR IRD52 period is not multiple of periodMultiplier -->
<!-- CHANGED, Added by: Keith Date: 14-05-2003 -->
<firstPaymentDate>
1994-12-14
</firstPaymentDate>
<lastRegularPaymentDate>
1998-11-14
</lastRegularPaymentDate>
</paymentDates>
</swapStream>
<swapStream>
...
<paymentDates>
...
<paymentFrequency>
<periodMultiplier>
1
</periodMultiplier>
<period>
Y
</period>
</paymentFrequency>
</paymentDates>
</swapStream>
</swap>
</trade>
</FpML>