<?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
  -->
<!--
  == This examples shows how to represent Credit Event Notice as notification message
  -->
<FpML version="4-2" xsi:type="CreditEventNotification" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fpml.org/2005/FpML-4-2 ../fpml-main-4-2.xsd" xmlns="http://www.fpml.org/2005/FpML-4-2">
	<header>
		<messageId messageIdScheme="http://www.example.com/messageId">CEN/2004/01/05/15-38</messageId>
		<sentBy>GSI</sentBy>
		<sendTo>ABC</sendTo>
		<creationTimestamp>2004-01-05T15:38:00-00:00</creationTimestamp>
	</header>
	<creditEventNotice>
		<affectedTransactions>
			<tradeReference>
				<partyTradeIdentifier>
					<partyReference href="GSI"/>
					<tradeId tradeIdScheme="http://www.gs.com/fpmltid">1234ABCD</tradeId>
				</partyTradeIdentifier>
			</tradeReference>
		</affectedTransactions>
		<referenceEntity id="referenceEntity">
			<entityName>Solutia Inc.</entityName>
			<entityId entityIdScheme="http://www.fpml.org/spec/2003/entity-id-RED-1-0">8G836J</entityId>
		</referenceEntity>
		<bankruptcy/>
		<publiclyAvailableInformation>
			<resourceId resourceIdScheme="http://www.bankA.com/cen/resource">GS-CEN_Resource-001</resourceId>
			<language languageScheme="http://www.fpml.org/ext/ISO-639-2T">eng</language>
			<sizeInBytes>505</sizeInBytes>
			<length>
				<lengthUnit>Pages</lengthUnit>
				<lengthValue>1</lengthValue>
			</length>
			<mimeType mimeTypeScheme="http://www.fpml.org/ext/RFC2046">text/html</mimeType>
			<name>AP-Solutia.html</name>
			<comments>Also available in PDF format.</comments>
			<url> http://www.nytimes.com/aponline/business/AP-Solutia.html</url>
		</publiclyAvailableInformation>
		<notifyingPartyReference href="GSI"/>
		<notifiedPartyReference href="ABC"/>
		<creditEventNoticeDate>2004-01-05</creditEventNoticeDate>
		<creditEventDate>2003-12-17</creditEventDate>
	</creditEventNotice>
	<party id="GSI">
		<partyId>GSI</partyId>
		<partyName>Goldman Sachs International</partyName>
	</party>
	<party id="ABC">
		<partyId>ABC</partyId>
		<partyName>BANK ABC Co.</partyName>
	</party>
</FpML>
