Files
playbook/docs/tsl/codegen/dotnet/sector/bond_allocation.md
T
csh b6160676b4 ♻️ refactor(tsl): rebuild codegen taxonomy
Move generated builtin and dotnet function docs into the upgraded taxonomy, remove legacy route pages, and regenerate function_index.tsv from markdown headings.
2026-07-07 16:36:08 +08:00

2.4 KiB

板块 / 债券配置

fundsbcbondpercent2(fundarr, rdate, name)

统计基金列表中指定报告期内指定债券类型市值占总值比(%)

参数 类型 说明
fundarr array array of string,基金列表
rdate datetime reportingperiod,指定报告期
name string string,债券类型

返回:float

fundsbcbondpercent4(fundarr, rdate, name)

统计基金列表中指定报告期内指定债券类型市值占固定收益投资市值比(%)

参数 类型 说明
fundarr array array of string,基金列表
rdate datetime ,指定报告期
name string ,债券类型

返回:float

fundsbcbondvaluegrowratio(fundarr, rdate, rdate2, name)

统计基金列表中指定报告期内指定债券类型市值变比(%)

参数 类型 说明
fundarr array array of string,基金列表
rdate datetime reportingperiod,指定报告期
rdate2 datetime reportingperiod,同比报告期
name string string,债券类型

返回:float

fundsbcnonpercentgrow4(fundarr, rdate, rdate2, topn)

统计基金列表中指定报告期内第N名债券类型市值占固定收益投资市值比变动(%)

参数 类型 说明
fundarr array array of string,基金列表
rdate datetime ,指定报告期
rdate2 datetime ,同比报告期
topn int integer,第N

返回:float

fundsbcsumnpercentgrow4(fundarr, rdate, rdate2, topn)

统计基金列表中指定报告期内前N名债券类型市值占固定收益投资市值比变动(%)

参数 类型 说明
fundarr array array of string,基金列表
rdate datetime ,指定报告期
rdate2 datetime ,同比报告期
topn int integer,前N

返回:float