# 金融函数 - 基金 / ETF申购赎回-基本信息 ## 函数 ### `fundEtfInfoMarginRate(endt, endt_2)` 指定日保证金申购保证金率(%),与系统参数(证券代码)相关。如果指定日有ETF申购赎回-基本信息,则返回保证金申购保证金率(%);如果指定日没有ETF申购赎回-基本信息,则返回0。 | 参数 | 类型 | 说明 | | -------- | -------- | -------------- | | `endt` | datetime | 日期。截止日期 | | `endt_2` | datetime | 日期。截止日期 | 返回:float ### `fundEtfInfoLeastUnitCashDivid(endt, endt_2)` 指定日最小申购、赎回单位现金红利,与系统参数(证券代码)相关。如果指定日有ETF申购赎回-基本信息,则返回最小申购、赎回单位现金红利;如果指定日没有ETF申购赎回-基本信息,则返回0。 | 参数 | 类型 | 说明 | | -------- | -------- | -------------- | | `endt` | datetime | 日期,指定日 | | `endt_2` | datetime | 日期。截止日期 | 返回:float ### `fundEtfInfoCashForecasted(endt, endt_2)` 指定日最小申购、赎回单位的预估现金部分,与系统参数(证券代码)相关。如果指定日有ETF申购赎回-基本信息,则返回最小申购、赎回单位的预估现金部分;如果指定日没有ETF申购赎回-基本信息,则返回0。 | 参数 | 类型 | 说明 | | -------- | -------- | -------------- | | `endt` | datetime | 日期。截止日期 | | `endt_2` | datetime | 日期。截止日期 | 返回:float