<?xml version="1.0" encoding="utf-8"?>
<!--
  == Copyright (c) 2002-2005. 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
  -->
<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="DataDocument">
	<trade>
		<tradeHeader>
			<partyTradeIdentifier>
				<partyReference href="partyB"/>
				<tradeId tradeIdScheme="http://www.partyB.com/trade-id">ITRAXX1234</tradeId>
			</partyTradeIdentifier>
			<partyTradeIdentifier>
				<partyReference href="partyA"/>
				<tradeId tradeIdScheme="http://www.partyA.com/trade-id">1234B6</tradeId>
			</partyTradeIdentifier>
			<tradeDate>2005-11-03</tradeDate>
		</tradeHeader>
		<creditDefaultSwap>
			<generalTerms>
				<scheduledTerminationDate>
					<adjustableDate>
						<unadjustedDate>2010-03-20</unadjustedDate>
					</adjustableDate>
				</scheduledTerminationDate>
				<sellerPartyReference href="partyA"/>
				<buyerPartyReference href="partyB"/>
				<indexReferenceInformation>
					<indexName>Dow Jones iTraxx Europe Consumers Series 2 Version 1</indexName>
					<indexSeries>2</indexSeries>
					<indexAnnexVersion>1</indexAnnexVersion>
					<indexAnnexDate>2005-11-01</indexAnnexDate>
					<indexAnnexSource>Publisher</indexAnnexSource>
					<excludedReferenceEntity>
						<entityName>TESCO PLC</entityName>
					</excludedReferenceEntity>
				</indexReferenceInformation>
			</generalTerms>
			<feeLeg>
				<initialPayment>
					<payerPartyReference href="partyB"/>
					<receiverPartyReference href="partyA"/>
					<paymentAmount>
						<currency>EUR</currency>
						<amount>17000</amount>
					</paymentAmount>
				</initialPayment>
			</feeLeg>
			<protectionTerms>
				<calculationAmount>
					<currency>EUR</currency>
					<amount>25000000</amount>
				</calculationAmount>
			</protectionTerms>
		</creditDefaultSwap>
		<documentation>
			<masterAgreement>
				<masterAgreementType>ISDA1992</masterAgreementType>
				<masterAgreementDate>2000-01-01</masterAgreementDate>
			</masterAgreement>
			<contractualTermsSupplement>
				<type contractualSupplementScheme="http://www.fpml.org/coding-scheme/contractual-supplement-4-0">iTraxxEuropeDealer</type>
				<publicationDate>2005-09-19</publicationDate>
			</contractualTermsSupplement>
		</documentation>
	</trade>
	<party id="partyA">
		<partyId>PARTYABICXXX</partyId>
		<partyName>Party A</partyName>
		<account id="accountPartyA">
			<accountId accountIdScheme="http://www.partyA/accountId">12345PartyA</accountId>
		</account>
	</party>
	<party id="partyB">
		<partyId>PARTYBBICXXX</partyId>
		<partyName>Party B</partyName>
		<account id="accountPartyB">
			<accountId accountIdScheme="http://partyB/accountId">67899PartyB</accountId>
		</account>
	</party>
</FpML>
