<?xml version="1.0" encoding="utf-8"?>
<irdInformationReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<informationReturnSummary>
		<informationReturnReporter>
			<tin>0000000</tin>
			<branch>0</branch>
			<sender>
				<name>Name of Entity or Person</name>
				<email>test@test.com.bb</email>
				<phone>000-0000</phone>
				<position>Test</position>
			</sender>
			<name>Name</name>
			<address>
				<address1>address of Sender</address1>
				<address2>address of Sender</address2>
			</address>
		</informationReturnReporter>
		<informationReturnStats>
			<period>201112</period>
			<action>new</action>
			<totalReportees>2</totalReportees>
			<amountReported>000</amountReported>
		</informationReturnStats>
	</informationReturnSummary>


	<data xsi:type="goodsAndServicesInfoContainer">
		<goodsAndServicesInfo>
			<Reportee>
				<tin>000000</tin>
				<branch>0</branch>
				<name>Name of Reportee</name>
				<address>
					<address1>address of Reportee</address1>
					<address2>address of Reportee</address2>
				</address>
			</Reportee>
			<Amount_Goods>0.0</Amount_Goods>
			<NatOfItem_Goods> Some type of Goods</NatOfItem_Goods>
			<Amount_Services>24170</Amount_Services>
			<NatOfItem_Services>Accounting</NatOfItem_Services>
			<Amount_Rent>0.0</Amount_Rent>
			<NatOfItem_Rent>0</NatOfItem_Rent>
			<Amount_LabourCost>0</Amount_LabourCost>
			<NatOfItem_LabourCost>Carpentry</NatOfItem_LabourCost>
			<Address_Rent_Prop>address of Reportee</Address_Rent_Prop>
			<Occupation_Profession> Carpenter</Occupation_Profession>
			<SerialNumber>956412</SerialNumber>
		</goodsAndServicesInfo>

		<goodsAndServicesInfo>
			<Reportee>
				<tin>0000000</tin>
				<branch>0</branch>
				<name>Test</name>
				<address>
					<address1>address of Reportee</address1>
					<address2>address of Reportee</address2>
				</address>
			</Reportee>
			<Amount_Goods>000</Amount_Goods>
			<NatOfItem_Goods>text</NatOfItem_Goods>
			<Amount_Services>0.0</Amount_Services>
			<NatOfItem_Services>text</NatOfItem_Services>
			<Amount_Rent>0.0</Amount_Rent>
			<NatOfItem_Rent>text</NatOfItem_Rent>
			<Amount_LabourCost>0</Amount_LabourCost>
			<NatOfItem_LabourCost>text</NatOfItem_LabourCost>
			<Address_Rent_Prop>address</Address_Rent_Prop>
			<Occupation_Profession>text</Occupation_Profession>
			<SerialNumber>21345</SerialNumber>
		</goodsAndServicesInfo>
	</data>
</irdInformationReturn>