Investor Profile

{{ investor.name }}

Visit Website →

Investor Description

{{ investor.description or 'No description available.' }}

Portfolio Highlights

{% if investor.portfolio_highlights %} {% for company in investor.portfolio_highlights[:5] %} {{ company }} {% endfor %} {% else %}

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 %}
{% endfor %} {% else %}

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 }}

{% if fund.fund_size %}

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 %}
{% endfor %} {% else %}

No fund information available

{% endif %}
{% if project %}

{{ investor.name }}: Mandate Match Analysis

Overall Mandate Match

{{ compatibility_score }}%

Mandate Alignment Analysis

{% for criterion in match_criteria %} {% endfor %}
Criterion Mandate Requirement Investor Evidence (from Database) Match Score Weight
{{ criterion.name }} {{ criterion.requirement }} {{ criterion.evidence }} {{ criterion.match }} {{ criterion.weight }}

Final Recommendation & Rationale

{{ recommendation or "High Priority. A strong target due to exceptional alignment on the most heavily-weighted criteria: Sector and Stage. The strong geographic fit in the DACH region further solidifies this recommendation." }}

Page 2
{% endif %}