<?xml version="1.0" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<IncomeExpenses>
			<xsl:for-each select="FiveFileMCODES/Loan/Property/PropertyOperatingStatement/PropertyOperatingStatementDetail">
				<IncomeExpense>
					<TransmissionKey>
						<xsl:value-of select="../../../../Header/@TransmissionKey"/>
					</TransmissionKey>
					<LoanKey>
						<xsl:value-of select="../../../@LoanKey"/>
					</LoanKey>
					<PropertyKey>
						<xsl:value-of select="../../@PropertyKey"/>
					</PropertyKey>
					<AssetID>
						<xsl:value-of select="../../@PropertyID"/>
					</AssetID>
					<StatementKey>
						<xsl:value-of select="../@OperatingStatementTypeCode"/>
					</StatementKey>
					<FiscYr>
						<xsl:value-of select="../@OperatingStatementFiscalYear"/>
					</FiscYr>
					<AdmnExp/>
					<BadDbt/>
					<Cmcl/>
					<Cncss/>
					<ContactFirstName/>
					<ContactLastName/>
					<CtacTtl/>
					<GrosPotnlRent/>
					<GuarAmt>
						<xsl:value-of select='substring(concat("0000000000000",(../@GuaranteeAmount)*(((((((((((((((100)))))))))))))))),string-length(concat("0000000000000",(../@GuaranteeAmount)*((((((((((100))))))))))))-12,13)'/>
					</GuarAmt>
					<InsrExp/>
					<MgmtExp/>
					<OthrIncm/>
					<OthrObligAmt/>
					<ParkIncm/>
					<ProllExp/>
					<ReprMaintExp/>
					<RealEstateTxExp/>
					<PropCondtnCd/>
					<PropCondtnDt/>
					<RplcmtResvs/>
					<RplcmtResvAddtns>
						<xsl:value-of select='substring(concat("0000000000000",(../@ReplacementReserveCurrentYearAdditionsAmount)*(((((((((((((((100)))))))))))))))),string-length(concat("0000000000000",(../@ReplacementReserveCurrentYearAdditionsAmount)*((((((((((100))))))))))))-12,13)'/>
					</RplcmtResvAddtns>
					<RplcmtResvBegngBal>
						<xsl:value-of select='substring(concat("0000000000000",(../@ReplacementReserveCurrentYearStartBalanceAmount)*(((((((((((((((100)))))))))))))))),string-length(concat("0000000000000",(../@ReplacementReserveCurrentYearStartBalanceAmount)*((((((((((100))))))))))))-12,13)'/>
					</RplcmtResvBegngBal>
					<RplcmtResvExps>
						<xsl:value-of select='substring(concat("0000000000000",(../@ReplacementReserveCurrentYearExpenditureAmount)*((100))),string-length(concat("0000000000000",(../@ReplacementReserveCurrentYearExpenditureAmount)*((100))))-12,13)'/>
					</RplcmtResvExps>
					<RplcmtResvEndngBal>
						<xsl:value-of select='substring(concat("0000000000000",(../@ReplacementReserveCurrentYearEndBalanceAmount)*(((((((((((((((100)))))))))))))))),string-length(concat("0000000000000",(../@ReplacementReserveCurrentYearEndBalanceAmount)*((((((((((100))))))))))))-12,13)'/>
					</RplcmtResvEndngBal>
					<RptngDt/>
					<UtilExp/>
					<Vacy/>
					<WashDryIncm>
						<xsl:if test="(@LineItemTypeCode)='10'">
							<xsl:value-of select='substring(concat("0000000000000",(@LineItemAmount)*(((((((((0)))))))))),string-length(concat("0000000000000",(@LineItemAmount)*((((((((((100))))))))))))-6,7)'/>
						</xsl:if>
					</WashDryIncm>
					<WatrSewrExp/>
					<DscrCmnts/>
					<GenrlCmnts1/>
					<OthrIncmCmnts/>
					<MtryCmnts/>
					<CapitalExpenditures1Amount>
						<xsl:if test="@LineItemTypeCode='96'">
							<xsl:if test="@OperatingStatementLineItemSequenceNumber='1'">
								<xsl:value-of select='substring(concat("0000000000000",(@LineItemAmount)*(((((((((((((((100)))))))))))))))),string-length(concat("0000000000000",(@LineItemAmount)*((((((((((100))))))))))))-12,13)'/>
							</xsl:if>
						</xsl:if>
					</CapitalExpenditures1Amount>
					<CapitalExpenditures1Description>
						<xsl:if test="@LineItemTypeCode='96'">
							<xsl:if test="@OperatingStatementLineItemSequenceNumber='1'">
								<xsl:value-of select="@LineItemDescription"/>
							</xsl:if>
						</xsl:if>
					</CapitalExpenditures1Description>
					<CapitalExpenditures2Amount/>
					<CapitalExpenditures2Description/>
					<CapitalExpenditures3Amount/>
					<CapitalExpenditures3Description/>
					<CapitalExpenditures4Amount/>
					<CapitalExpenditures4Description/>
					<CapitalExpenditures5Amount/>
					<CapitalExpenditures5Description/>
					<AchievementCollateralAmount/>
					<Collateral1Amount/>
					<Collateral1Comment/>
					<Collateral2Amount/>
					<Collateral2Comment/>
					<MonthsRepresented/>
					<LenderNetOperatingIncome/>
					<LenderEffectiveGrossIncome/>
					<LenderTotalOperatingExpense>
						<xsl:value-of select='substring(concat("0000000000000",(../@TotalOperatingExpenseAmount)*(((((((((((((((100)))))))))))))))),string-length(concat("0000000000000",(../@TotalOperatingExpenseAmount)*((((((((((100))))))))))))-12,13)'/>
					</LenderTotalOperatingExpense>
				</IncomeExpense>
			</xsl:for-each>
		</IncomeExpenses>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2001 eXcelon Corp.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" url="ReqPlusForDemo.xml" htmlbaseurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo  srcSchemaPath="FM_SourceInterface.xsd" srcSchemaRoot="FiveFileMCODES" srcSchemaPathIsRelative="yes" destSchemaPath="IncomeExpense.xsd" destSchemaRoot="IncomeExpenses" destSchemaPathIsRelative="yes" />
</metaInformation>
-->