fund_information.go 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. // =================================================================================
  2. // Code generated by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package do
  5. import (
  6. "github.com/gogf/gf/v2/frame/g"
  7. "github.com/gogf/gf/v2/os/gtime"
  8. )
  9. // FundInformation is the golang structure of table dc_fund_information for DAO operations like Where/Data.
  10. type FundInformation struct {
  11. g.Meta `orm:"table:dc_fund_information, do:true"`
  12. Id interface{} // 主键ID
  13. PFundId interface{} // 父级产品ID
  14. FundId interface{} // 基金id,'HF'开头(后加36进制编码格式,不足8位长度左补零) 例:HF00000001
  15. FundName interface{} // 基金中文全称
  16. FundShortName interface{} // 基金中文简称
  17. FundStructure interface{} // 基金形式:1-公司型,2-合伙型,3-契约型,-1-其他
  18. FundType interface{} // 基金类型:1-信托计 划,2-有限合伙,3-券商资管,4-公募专户,5-单账户,6-证券投资基金,7-海外基金,8-期货资管,9-保险资管、10-创业投 资基金、11-股权投资基金、12-银行理财、13-类固收信托 、 14-私募资产配置基金 -1其他投资基金
  19. PublicFundType interface{} // (即将弃用)公募基金类型:1-混合型、2-债券型、3-定开债券、4-联接基金、5-货币型、6-债券指数、7-保本型、8-理财型、9-QDII、10-股票指数、11-QDII-指数、12-股票型、13-固定收益、14-分级杠杆、15-ETF-场内、16-QDII-ETF、17-债券创新-场内、18-封闭式
  20. PubFundType interface{} // 公募基金类型-基础参数,见fund_parameters:1-股票型、2-混合型、3-债券型、4-货币型、5-商品型、6-市场中性型、7-FOF、8-海外型
  21. PubSubFundType interface{} // 公募基金子类型-基础参数,见fund_parameters:1-主动型、2-被动型、3-偏股型、4-平衡型、5-偏债型、6-普通债券型、7-可转债型、8-指数型、9-商品型、10-市场中性型、11-货币型、12-理财型
  22. FundCharacteristic interface{} // 券商资管产品特点
  23. BaseCurrency interface{} // 基础货币,1-人民币,2-港币,3-美元,4-份,-1-其他
  24. InceptionDate *gtime.Time // 成立日期
  25. Domicile interface{} // 注册国家,1-中国大陆、2-香港、3-新加坡、4-开曼群岛、5-台湾、6-英属维尔京群岛BVI、-1-其他
  26. PrimaryBenchmarkId interface{} // 指数id,以'IN'开头(后加36进制编码格式,不足8位长度左补零) 例:IN00000001
  27. SecondaryBenchmark interface{} // 业绩基准指数及其说明
  28. LockupPeriod interface{} // 封闭期,单位:月,-1:不确定,0:无封闭期
  29. LockupPeriodUnit interface{} // 封闭期单位:1-天 2-月
  30. LockupPeriod2 interface{} // 准封闭期
  31. LockPeriod interface{} // 锁定期,单位:月,-1:不确定,0:无锁定期
  32. LockPeriodUnit interface{} // 锁定期单位:1-天 2-月
  33. OpenDay interface{} // 开放日
  34. RedemptionDay interface{} // 赎回日
  35. Duration interface{} // 产品存续期,单位:月。-1,不确定,0,无固定期限,999999永续
  36. InitialUnitValue interface{} // 单位面值
  37. InvestmentScope interface{} // 基金投资范围
  38. InvestmentObjective interface{} // 投资目标
  39. FundPortfolio interface{} // 基金资产配置比例
  40. InvestmentRestriction interface{} // 投资限制
  41. FundInvestmentPhilosophy interface{} // 投资理念
  42. FundStrategyDescription interface{} // 投资策略
  43. InvestmentProcess interface{} // 投资决策流程
  44. AdvisorId interface{} // 投资顾问Id
  45. CustodianId interface{} // 托管银行Id
  46. BrokerId interface{} // 证券经纪人Id
  47. BrokerFutureId interface{} // 期货经纪人id
  48. LiquidationAgencyId interface{} // 外包机构Id
  49. TrustId interface{} // 基金管理公司Id
  50. AdministratorId interface{} // 行政管理人Id
  51. LegalCounselId interface{} // 法律顾问Id
  52. AuditorId interface{} // 审计机构
  53. GeneralServiceId interface{} // 综合服务商id
  54. NavFrequency interface{} // 净值披露频率
  55. PerformanceDisclosureMark interface{} // 产品业绩披露标识:1-A,2-B,3-C
  56. PerformanceDisclosureType interface{} // 产品业绩披露方式:1-净值,2-万份收益
  57. IsVisible interface{} // 基金在前台是否可见
  58. ManagerType interface{} // 管理类型:1-顾问管理 2-受托管理 3-自我管理
  59. BeginMemberCnt interface{} // 成立时参与人户数
  60. RegisterPeriod interface{} // 1-暂行办法实施前成立的基金,2-暂行办法实施后的基金
  61. ZjxLastInfoUpdateTime interface{} // 中基协最后更新时间
  62. SpecialTips interface{} // 基金协会特别提示
  63. AmacUrl interface{} // 中基协页面地址
  64. RaiseType interface{} // 募集方式:1-私募,2-公募
  65. RiskReturnDesc interface{} // 风险收益特征
  66. Creatorid interface{} // 创建者Id,默认第一次创建者名称,创建后不变更
  67. Createtime *gtime.Time // 创建时间,默认第一次创建的getdate()时间
  68. Updaterid interface{} // 修改者Id;第一次创建时与Creator值相同,修改时与修改人值相同
  69. Updatetime *gtime.Time // 修改时间;第一次创建时与CreatTime值相同,修改时与修改时间相同
  70. IsValid interface{} // 记录的有效性;1-有效;0-无效;
  71. RegisterNumber interface{} //
  72. Istiered interface{} // 是否分级:1-分级,0-不分级;
  73. IstieredDesc interface{} // 分级说明:0-空 1-优先份额 2-中间份额 3-劣后份额
  74. RegisterDate *gtime.Time // 备案日期
  75. IsRanking interface{} // 是否参与排名,1-参与排名 0-不参与排名
  76. IsRating interface{} // 是否参与评级,1-参与评级 0-不参与评级
  77. NavSource interface{} // 基金净值来源地址
  78. ContractName interface{} // 合同文件名称
  79. ContractPath interface{} // 合同文件存储路径
  80. IsAuthorized interface{} // 是否授权:1-是,0-否,-1-未确定(默认)
  81. IsInResearch interface{} // 是否调查中:1-是,0-否
  82. VisibleCtrl interface{} // 展示控制(业务场景),结合d_fund_visible_ctrl_set设置前台是否可见、净值是否可见、净值是否可见(B端)
  83. IsNavVisible interface{} // 净值是否可见:1-是,0-否
  84. IsNavVisibleOrg interface{} // 净值是否可见(B端):1-是,0-否
  85. IsFeeBefore interface{} // 是否费前:1-是 0-否
  86. IsDeductReward interface{} // 是否扣除业绩报酬:1-是 0-否("是否费前"为"否"才会有值,否则为空)
  87. ValuationInstitutionId interface{} // 估值机构id
  88. TrustRegisterNumber interface{} // 信托登记系统产品编码
  89. IsConsignment interface{} // 是否代销产品: 1-是 , 0-否
  90. IsQdii interface{} // 是否qdii:1-是,0-否
  91. IsExclusive interface{} // 是否独家
  92. IsShowIndependent interface{} // 是否独立展示(用于子基金)
  93. TrustApplyRegisterDate *gtime.Time // 申请登记日期(中信登)
  94. TrustPublicityDate *gtime.Time // 公示日期(中信登)
  95. TrustMainIndustry interface{} // 主要投向行业
  96. TrustPropertyApplication interface{} // 财产运用方式
  97. TrustFunction interface{} // 信托功能:1-融资类 2-投资类 3-事务管理
  98. }