<?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="RequestTerminationConfirmation">
	<header>
		<messageId messageIdScheme="http://www.abcbank.com/message-Id">5765765gt6yg76</messageId>
		<sentBy partyIdScheme="http://www.abcbank.com/party-Id">ABCBICXXX</sentBy>
		<creationTimestamp>2002-12-03T04:27:00-00:00</creationTimestamp>
	</header>
	<termination>
		<trade>
			<tradeHeader>
				<partyTradeIdentifier>
					<partyReference href="partyA"/>
					<tradeId tradeIdScheme="http://www.xyzbank.com/cd-trade-id">xyz1234</tradeId>
				</partyTradeIdentifier>
				<partyTradeIdentifier>
					<partyReference href="partyB"/>
					<tradeId tradeIdScheme="http://www.abcbank.com/cd-trade-id">abc1234</tradeId>
				</partyTradeIdentifier>
				<tradeDate>2002-12-03</tradeDate>
			</tradeHeader>
			<creditDefaultSwap>
				<generalTerms>
					<effectiveDate>
						<unadjustedDate>2002-12-04</unadjustedDate>
					</effectiveDate>
					<scheduledTerminationDate>
						<adjustableDate>
							<unadjustedDate>2007-09-06</unadjustedDate>
						</adjustableDate>
					</scheduledTerminationDate>
					<sellerPartyReference href="partyB"/>
					<buyerPartyReference href="partyA"/>
					<referenceInformation>
						<referenceEntity id="referenceEntity">
							<entityName>Tenet Healthcare Corporation</entityName>
							<entityId entityIdScheme="http://www.fpml.org/spec/2003/entity-id-RED-1-0">8G836J</entityId>
						</referenceEntity>
						<referenceObligation>
							<bond>
								<instrumentId instrumentIdScheme="http://www.fpml.org/spec/2002/instrument-id-CUSIP-1-0">88033GAT7</instrumentId>
								<couponRate>0.06</couponRate>
								<maturity>2011-12-01</maturity>
							</bond>
							<primaryObligorReference href="referenceEntity"/>
						</referenceObligation>
					</referenceInformation>
				</generalTerms>
				<feeLeg>
					<periodicPayment>
						<paymentFrequency>
							<periodMultiplier>3</periodMultiplier>
							<period>M</period>
						</paymentFrequency>
						<firstPaymentDate>2003-03-06</firstPaymentDate>
						<rollConvention>6</rollConvention>
						<fixedAmountCalculation>
							<fixedRate>0.01</fixedRate>
						</fixedAmountCalculation>
					</periodicPayment>
				</feeLeg>
				<protectionTerms>
					<calculationAmount id="notional">
						<currency>USD</currency>
						<amount>5000000</amount>
					</calculationAmount>
					<creditEvents>
						<restructuring>
							<restructuringType>ModR</restructuringType>
						</restructuring>
					</creditEvents>
				</protectionTerms>
			</creditDefaultSwap>
			<collateral>
				<independentAmount>
					<payerPartyReference href="partyB"/>
					<receiverPartyReference href="partyA"/>
					<paymentDetail>
						<paymentRule xsi:type="PercentageRule">
							<paymentPercent>0.02</paymentPercent>
							<notionalAmountReference href="notional"/>
						</paymentRule>
					</paymentDetail>
				</independentAmount>
			</collateral>
			<documentation>
				<masterConfirmation>
					<masterConfirmationType>ISDA2003CreditNorthAmerican</masterConfirmationType>
					<masterConfirmationDate>2003-06-06</masterConfirmationDate>
				</masterConfirmation>
			</documentation>
		</trade>
		<terminationTradeDate>2004-04-28</terminationTradeDate>
		<terminationEffectiveDate>2004-04-30</terminationEffectiveDate>
		<partial>
			<decreaseInNotionalAmount>
				<currency>USD</currency>
				<amount>1000000</amount>
			</decreaseInNotionalAmount>
			<outstandingNotionalAmount>
				<currency>USD</currency>
				<amount>4000000</amount>
			</outstandingNotionalAmount>
		</partial>
		<payment>
			<payerPartyReference href="partyA"/>
			<receiverPartyReference href="partyB"/>
			<paymentAmount>
				<currency currencyScheme="http://www.fpml.org/ext/iso4217">USD</currency>
				<amount>100000</amount>
			</paymentAmount>
			<adjustedPaymentDate>2004-04-30</adjustedPaymentDate>
		</payment>
	</termination>
	<party id="partyA">
		<partyId>XYZBICXXX</partyId>
		<partyName>XYZ Bank</partyName>
	</party>
	<party id="partyB">
		<partyId>ABCBICXXX</partyId>
		<partyName>ABC Bank</partyName>
	</party>
</FpML>
