天软金融分析.NET函数大全
>
金融函数
>
债券
>
基本情况
bd_ExpireDate
复制链接
简述
摘牌日,即获取债券的到期日。与系统证券pn_stock()有关。
定义
bd_ExpireDate (): Integer
参数
名称
类型
说明
返回
Integer
整数型日期
算法
返回bd_GoalDate (),即到期日。直接返回债券基本信息表中的到期日。
范例
//返回”BK000201”的摘牌日
SetSysParam(pn_stock(),'BK000201'); //设置当前证券
return bd_ExpireDate ();
//结果:20100404
相关
IsBankBond
bd_Maturity
bd_InterestRateType
bd_ListDate
IsCorporationBond
IsBond
bd_FaceValue
IsGovBond
bd_ActualIssueAmount
bd_DatedDate
bd_GoalDate
bd_ExpireDate
bd_PayTimes
bd_CouponType
bd_CouponRate
bd_Shares
IsConvertibleBond
Lido债券数据补充
bd_IfInDuration