feature:#EQD-7093 国联民生-交易确认书校验(2)针对ETF标的获取新增信息并且支持配置分类。 ETF交易确认书中填充参考标的证券全称、参考标的基金管理人,
This commit is contained in:
@@ -137,6 +137,20 @@ namespace YLErp.DBModels
|
||||
[DisplayName("标的名称")]
|
||||
public string UnderlyingName { set; get; }
|
||||
|
||||
/// <summary>
|
||||
/// 基金及基金专户的基金管理人名称
|
||||
/// </summary>
|
||||
[Column("investadvisorname")]
|
||||
[DisplayName("基金管理人")]
|
||||
public string InvestAdvisorName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 基金及基金专户所属的 ETF 子类,保存“ETF 子类”字典项名称
|
||||
/// </summary>
|
||||
[Column("etf_sub_type")]
|
||||
[DisplayName("ETF 子类")]
|
||||
public string EtfSubType { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 标的英文名
|
||||
|
||||
@@ -42,4 +42,17 @@
|
||||
<dictionary name="可取系数" catalog="客户"></dictionary>
|
||||
<dictionary name="最小转账金额" catalog="客户"></dictionary>
|
||||
<dictionary name="累计转远期到期日类型" catalog="客户"></dictionary>
|
||||
|
||||
<dictionary name="ETF 子类" catalog="标的">
|
||||
<item name="国债 ETF" short_name="国债 ETF"></item>
|
||||
<item name="政金债 ETF" short_name="政金债 ETF"></item>
|
||||
<item name="地方债 ETF" short_name="地方债 ETF"></item>
|
||||
<item name="国债政金债 ETF" short_name="国债政金债 ETF"></item>
|
||||
<item name="短融 ETF" short_name="短融 ETF"></item>
|
||||
<item name="公司债 ETF" short_name="公司债 ETF"></item>
|
||||
<item name="城投债 ETF" short_name="城投债 ETF"></item>
|
||||
<item name="做市信用债 ETF" short_name="做市信用债 ETF"></item>
|
||||
<item name="科创债 ETF" short_name="科创债 ETF"></item>
|
||||
<item name="可转债 ETF" short_name="可转债 ETF"></item>
|
||||
</dictionary>
|
||||
</dictionaries>
|
||||
|
||||
Reference in New Issue
Block a user