<?xml version="1.0" encoding="UTF-8"?>
<!--
	== Copyright (c) 2002-2006. All rights reserved.
	== Financial Products Markup Language is subject to the FpML public license.
	== A copy of this license is available at http://www.fpml.org/documents/license

Example of a cashflow assertion related to the termination of a single name credit default swap.
-->
<FpML version="4-2" xmlns="http://www.fpml.org/2005/FpML-4-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fpml.org/2005/FpML-4-2 ../../fpml-main-4-2.xsd" xsi:type="TradeCashflowsAsserted">
	<header>
		<messageId messageIdScheme="http://www.example.com/messageId">CEN/2004/01/05/15-38</messageId>
		<sentBy>ABC</sentBy>
		<sendTo>DEF</sendTo>
		<creationTimestamp>2005-12-01T15:00:00-00:00</creationTimestamp>
	</header>
	<asOfDate>2005-12-01T15:00:00-00:00</asOfDate>
	<tradeCashflowsId tradeCashflowsIdScheme="http://www.abc.com/tradeCashflowsId">tradeCashflowsABC001</tradeCashflowsId>
	<tradeIdentifyingItems>
		<partyTradeIdentifier>
			<partyReference href="abc"/>
			<tradeId tradeIdScheme="http://www.abc.com/tradeId/">SDB530289886</tradeId>
		</partyTradeIdentifier>
		<tradeDetails>
			<tradeDate>2004-08-16</tradeDate>
			<effectiveDate>
				<unadjustedDate>2004-08-17</unadjustedDate>
			</effectiveDate>
			<terminationDate>
				<unadjustedDate>2014-09-20</unadjustedDate>
			</terminationDate>
			<productType productTypeScheme="http://www.fpml.org/coding-scheme/product-type-simple-1-0">CreditDefaultSwap</productType>
			<underlyer id="DJA66E">
				<referenceEntity>
					<entityId  entityIdScheme="http://www.fpml.org/spec/2003/entity-id-RED-1-0">DJA66E</entityId>
				</referenceEntity>
			</underlyer>
			<underlyer id="FIXED">
				<fixedRate>
					<initialValue>0.0654</initialValue>
				</fixedRate>
			</underlyer>
			<notional>
				<currency>USD</currency>
				<amount>10000000.00</amount>
			</notional>
		</tradeDetails>
	</tradeIdentifyingItems>
	<adjustedPaymentDate>2005-12-06</adjustedPaymentDate>
	<payment>
		<identifier paymentIdScheme="http://www.abc.com/netPaymentId">531187664</identifier>
		<payerPartyReference href="abc"/>
		<receiverPartyReference href="def"/>
		<paymentAmount>
			<currency>EUR</currency>
			<amount>936813</amount>
		</paymentAmount>
		<!-- As there is only one cashflow component, net cashflow = gross cashflow. 
		Also, no calculation details are provided to explain how the termination fee has been calculated, as the market
		practice is to have it agreed on by the respective desks.
		-->
		<calculationDetails>
			<grossCashflow>
				<cashflowId cashflowIdScheme="http://www.abc.com/cashflowId">AP20051206EUR531187664</cashflowId>
				<payerPartyReference href="abc"/>
				<receiverPartyReference href="def"/>
				<cashflowAmount>
					<currency>EUR</currency>
					<amount>936813</amount>
				</cashflowAmount>
				<cashflowType cashflowTypeScheme="http://www.fpml.org/coding-scheme/cashflow-type-1-0">TerminationFee</cashflowType>
			</grossCashflow>
		</calculationDetails>
	</payment>
	<party id="abc">
		<partyId>ABCBank001</partyId>
	</party>
	<party id="def">
		<partyId>DEFBank001</partyId>
	</party>
</FpML>
