You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1007 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<root>
<!--基金主体信息表-->
<MainInfo TableName="FUND_MainInfo">
<Col ColName="FUNDID" >FUNDID</Col>
<Col ColName="FundType" >CATEGORY</Col>
<Col ColName="FundCompany">FUNDCOMPANYNAME</Col>
<Col ColName="FundCode">MasterFundCode</Col>
<Col ColName="FullName">FullName</Col>
</MainInfo>
<!--基金份额类别信息表-->
<UnitClassInfo TableName="FUND_UnitClassInfo">
<Col ColName="FUNDID" >FUNDID</Col>
<Col ColName="FundName" >SHORTNAME</Col>
<Col ColName="FundCode" >SYMBOL</Col>
</UnitClassInfo>
<!--基金日净值文件-->
<NAV TableName="Fund_NAV">
<Col ColName="NewNetValue" >NAV</Col>
<Col ColName="TotalNewValue" >AccumulativeNAV</Col>
<Col ColName="AnnualizedYield" >ANNUALIZEDYIELD</Col>
<Col ColName="UpdateDate" >TRADINGDATE</Col>
</NAV>
<!--费率变动文件-->
<FeesChange TableName="Fund_FeesChange">
<Col ColName="" >ProportionOfFee</Col>
</FeesChange>
</root>