{{ entityUtilFactory.firstLetterCapitalize(profile.fund_name)
}}
{{ 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
Investment Total
Investments
{{!isEmpty(profile.avg_maturity_of_startups) ?
(entityUtilFactory.getFormatedDate(profile.avg_maturity_of_startups)) : "--" }}
Average Startup Age
at the Time of Investment
at the Time of Investment
{{!isEmpty(profile.avg_num_founders) ?
(entityUtilFactory.roundOff(profile.avg_num_founders)): "--" }}
Average No.
of Founders
of Founders
{{!isEmpty(profile.avg_founder_age_years) ?
(entityUtilFactory.roundOff(profile.avg_founder_age_years)) + "y": "--" }}
Average Age
of Founders
of Founders
About {{ profile.fund_name | capitalize }}
{{ profile.fund_name | capitalize }} Prominent Investment Areas
{{area}} +{{ profile.remaining_invested_startup_categories }} more {{ profile.remaining_invested_startup_categories > 1 ? 'categories' : 'category' }}{{ profile.fund_name | capitalize }} Invested Companies
+{{ profile.remaining_companies_invested }} more {{ profile.remaining_companies_invested > 1 ? 'companies' : 'company' }}Key Focus Areas of invested Startups by {{ profile.fund_name | capitalize }}
{{ area }} +{{ profile.remaining_focus_areas }} more {{ profile.remaining_focus_areas > 1 ? 'focus areas' : 'focus area' }}{{ profile.fund_name | capitalize }} Co-Invested Angels
+{{ profile.remaining_angel_co_investors }} more {{ profile.remaining_angel_co_investors > 1 ? 'angels' : 'angel' }}Public Links of {{ profile.fund_name | capitalize }}
Previous
{{ entityUtilFactory.firstLetterCapitalize(profile.previous.name) }}
{{ profile.previous.name }}
{{ !isEmpty(profile.previous.city) ? profile.previous.city: !isEmpty(profile.previous.country) ? profile.previous.country : "" }} · {{ !isEmpty(profile.previous.founded_date) ? (profile.previous.founded_date | date: 'y') : "" }}