Investor Profile
{{ investor.name }}
Investor Description
{{ investor.description or 'No description available.' }}
Portfolio Highlights
No portfolio highlights available
{% endif %}Senior Leadership
{% if investor.team_members %} {% for member in investor.team_members[:2] %}{{ member.name }}
{{ member.role or member.title or 'Team Member' }}
{% if member.email %}{{ member.email }}
{% endif %}No team information available
{% endif %}Key Data
Headquarters:
{{ investor.headquarters or 'N/A' }}
Sectors:
{% if investor.sectors %} {{ investor.sectors | join(', ') }} {% else %} N/A {% endif %}
AUM (EUR million):
{% if investor.aum %} €{{ '{:,.0f}'.format(investor.aum / 1000000) }}M {% else %} N/A {% endif %}
Number of Funds:
{{ investor.funds | length if investor.funds else 'N/A' }}
Fund Details
{% if investor.funds %} {% for fund in investor.funds %}{{ fund.fund_name or 'Fund ' + loop.index|string }}
Fund Size: €{{ '{:,.0f}'.format(fund.fund_size / 1000000) }}M
{% endif %} {% if fund.check_size_lower and fund.check_size_upper %}Check Size: €{{ '{:,.0f}'.format(fund.check_size_lower / 1000000) }}M - €{{ '{:,.0f}'.format(fund.check_size_upper / 1000000) }}M
{% endif %} {% if fund.geographic_focus %}Geography: {{ fund.geographic_focus }}
{% endif %} {% if fund.investment_stages %}Stages: {{ fund.investment_stages | join(', ') }}
{% endif %} {% if fund.sectors %}Sectors: {{ fund.sectors[:3] | join(', ') }}
{% endif %}No fund information available
{% endif %}