# 基金-募资事件

# 接口地址

investment/get_investment_fund_raiseevent_v2

# 接口参数

参数名 必选 说明
fund_id 基金id

# 返回实例

{
    "code":1000,
    "info":"Success",
    "data":{
        "fund_id":48314,
        "fund_name":"珠海德弘一期股权投资基金(有限合伙)",
        "raising_event":{
            "event_number":"2",
            "events":[
                {
                    "event_id":"1237",
                    "event_title":"德弘资本人民币一期基金募资事件",
                    "event_des":"德弘资本人民币一期基金募资事件,基金于2018年1月18日募资,其中,苏州工业园区国创开元二期基金出资3.06亿人民币。",
                    "raising_year":"2018",
                    "raising_month":"10",
                    "raising_day":"18",
                    "detail_amount":"",
                    "approx_amount":"",
                    "currency":"人民币",
                    "lp":[
                        {
                            "name":"苏州工业园区国创开元二期基金",
                            "type":"VC/PE机构",
                            "contribution_amount":"30600"
                        }
                    ]
                },
                {
                    "event_id":"2270",
                    "event_title":"25亿美元!德弘资本首期基金完成募资",
                    "event_des":"4月16日消息,德弘资本(DCP Capital)今日宣布,其专注于大中华区的首期美元基金“德弘资本一期”(简称“基金”)募集完成,募资金额超过20亿美元,实现融资目标上限。本次募资得到众多国内外知名投资机构的大力支持,获得大幅超额认购。投资者中包括全球领先的主权基金、养老基金、捐赠基金、母基金和家族基金等。加上同期募集的人民币基金,德弘资本此次募资总规模高达25亿美元。",
                    "raising_year":"2019",
                    "raising_month":"4",
                    "raising_day":"16",
                    "detail_amount":"250000",
                    "approx_amount":"未透露",
                    "currency":"美元",
                    "lp":[

                    ]
                }
            ]
        }
    }
}

# 字段说明

字段 说明
fund_id 基金id
fund_name 基金名称
raising_event/ 募资事件
raising_event/event_number 事件总数
raising_event/events/ 事件详情
raising_event/events/event_id 事件ID
raising_event/events/event_title 事件标题
raising_event/events/event_des 事件介绍
raising_event/events/raising_year 募资时间-年
raising_event/events/raising_month 募资时间-月
raising_event/events/raising_day 募资时间-日
raising_event/detail_amount 募资金额
raising_event/approx_amount 近似金额
raising_event/currency 币种
raising_event/lp/ 出资LP
raising_event/lp/name LP 名称
raising_event/lp/type LP类型
raising_event/lp/contribution_amount 出资金额(单位:万)