{{ entityUtilFactory.firstLetterCapitalize(profile.fund_name) }} {{ profile.fund_name}} Profile Photo

{{ profile.fund_name}}

{{ profile.city | capitalize }}

{{ profile.country | capitalize }}

Founded in {{ (profile.founded_date | date: 'y') }}

{{!isEmpty(profile.num_investments) ? entityUtilFactory.roundOff(profile.num_investments): "--"}} Total
Investment
Total
Investments
{{!isEmpty(profile.avg_maturity_of_startups) ? (entityUtilFactory.getFormatedDate(profile.avg_maturity_of_startups)) : "--" }} Average Startup Age
at the Time of Investment
{{!isEmpty(profile.avg_num_founders) ? (entityUtilFactory.roundOff(profile.avg_num_founders)): "--" }} Average No.
of Founders
{{!isEmpty(profile.avg_founder_age_years) ? (entityUtilFactory.roundOff(profile.avg_founder_age_years)) + "y": "--" }} Average Age
of Founders

About {{ profile.fund_name | capitalize }}