Investor Profile

{{ investor.name }}

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

DACH Region:

{{ investor.geographic_focus or 'N/A' }}

AUM: (EUR million) (as of Fund IX)

{% if investor.aum %} €{{ '{:,.0f}'.format(investor.aum / 1000000) }}M {% else %} N/A {% endif %}

Investment Stage:

{% if investor.investment_stages %} {{ investor.investment_stages | join(', ') }} {% else %} N/A {% endif %}

Est. Investment Size:

{% if investor.check_size_lower and investor.check_size_upper %} €{{ '{:,.0f}'.format(investor.check_size_lower / 1000000) }}M - €{{ '{:,.0f}'.format(investor.check_size_upper / 1000000) }}M {% elif investor.check_size_lower %} €{{ '{:,.0f}'.format(investor.check_size_lower / 1000000) }}M+ {% else %} N/A {% endif %}

Select Deals, Series A, Series B:

Growth

Focus Areas:

{% if investor.investment_thesis %} {{ investor.investment_thesis[:3] | join(', ') }} {% else %} Disruptive Technologies, Entrepreneur-led, Sustainability {% endif %}

Page 1
{% 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 %}