Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/indices/lockup_release.md
T
csh 13be5ea0aa feat(tsl-api-reference): index class and unit APIs
Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
2026-07-29 15:47:46 +08:00

6.1 KiB

指数 / 限售解禁

indexRestrictedBanAndNrsPercent(index_id, endt, vtype)

声明:function

指定日解禁市值占未流通市值(解禁前)比例(%)

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanAndNrsPercentQj(index_id, begt, endt, vtype)

声明:function

区间解禁市值占未流通市值(解禁前)比例(%)

参数 类型 说明
index_id string 指数,指数代码
begt datetime 日期,开始日期
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanAndRsPercent(index_id, endt, vtype)

声明:function

指定日解禁市值占流通市值(解禁前)比例(%)

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanAndRsPercentQj(index_id, begt, endt, vtype)

声明:function

区间解禁市值占流通市值(解禁前)比例(%)

参数 类型 说明
index_id string 指数,指数代码
begt datetime 日期,开始日期
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanFutureAndNrsPercentQj(index_id, endt, vtype, dtype)

声明:function

指定日未来解禁市值占未流通市值(解禁前)比例(%),其中未来解禁市值: 小于等于今天(today()):SUM(解禁数量*收盘价(历史)) 大于今天(today()):SUM(解禁数量*收盘价(Endt))

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型
dtype int 用户自定义,区间时间

返回:float

indexRestrictedBanFutureAndRsPercentQj(index_id, endt, vtype, dtype)

声明:function

指定日未来解禁市值占流通市值(解禁前)比例(%),其中未来解禁市值: 小于等于今天(today()):SUM(解禁数量*收盘价(历史)) 大于今天(today()):SUM(解禁数量*收盘价(Endt))

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型
dtype int 用户自定义,区间时间

返回:float

indexRestrictedBanFutureMvPercentQj(index_id, endt, vtype, dtype)

声明:function

指定日未来解禁市值占总市值比例(%),其中未来解禁市值: 小于等于今天(today()):SUM(解禁数量*收盘价(历史)) 大于今天(today()):SUM(解禁数量*收盘价(Endt))

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型
dtype int 用户自定义,区间时间

返回:float

indexRestrictedBanFutureNum(index_id, endt, vtype, dtype)

声明:function

指定日未来解禁家数

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型
dtype int 用户自定义,区间时间

返回:float

indexRestrictedBanMv(index_id, endt, vtype)

声明:function

指定日解禁市值(单位:元)

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanMvPercent(index_id, endt, vtype)

声明:function

指定日解禁市值占总市值比例(%)

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanMvqj(index_id, begt, endt, vtype)

声明:function

区间解禁市值(单位:元)

参数 类型 说明
index_id string 指数,指数代码
begt datetime 日期,开始日期
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanNum(index_id, endt, vtype)

声明:function

指定日解禁家数

参数 类型 说明
index_id string 指数,指数代码
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float

indexRestrictedBanNumQj(index_id, begt, endt, vtype)

声明:function

区间解禁家数

参数 类型 说明
index_id string 指数,指数代码
begt datetime 日期,开始日期
endt datetime 日期,截止日期
vtype int 用户自定义,限售类型

返回:float