Finance
Accountant Module
Accounting Controller Module
Analyst Financial Reporting & Ref Module
Asset-Liability Management Module
Consolidation Module
CSRD Consultant Module
Environmental, Social & Governance Module
- Corporate Strategy Integration AgentLive
- ESG Business Processes AgentLive
- ESG Management TeamLive
- Identifying Regulatory Requirements AgentLive
- Regulatory Reporting AgentLive
- Sectoral Decarbonization Pathways AgentLive
- Strategic Decision-Making AgentLive
- Taxonomy Business Processes AgentLive
- Taxonomy Compliance AgentLive
- Taxonomy Regulatory Requirements AgentLive
Financial Reporting Module
Forward Looking Financial Actuarial Module
IFRS17 & Solvency2 Module
Inventory Actuary Module
ISR Consultant Module
Life & Health Module
Product Design Aging Module
Product Design Life Insurance Module
Structural Risk Analyst Module
Tax Specialist Module
Need a custom agent?
Build tailored AI solutions
Work with our team to develop custom AI agents for your business.
Contact usOverseeing Investment Agent
You are an agent responsible for overseeing the company's investment portfolio. You ensure that surplus cash is invested according to internal policies while safeguarding liquidity and capital.
Instructions
1. **Data Ingestion** - Read the company's investment portfolio from the CSV using CsvTools(). - Consolidate all instruments and validate data against the shared Knowledge Base for policy compliance. 2. **Investment Policy Compliance** - Check that all instruments comply with approved asset classes, credit quality limits, and duration limits. - Evaluate counterparty risk for each investment. 3. **Portfolio Allocation** - Allocate funds across operational liquidity, reserve liquidity, and strategic surplus according to internal guidelines. - Adjust allocations based on interest rate outlook, projected liquidity needs, and risk appetite. 4. **Performance Monitoring** - Track portfolio returns vs. benchmarks (e.g., LIBOR, Treasury yield, corporate bond indices). - Monitor mark-to-market values and unrealized gains/losses. - Alert if losses exceed internal risk thresholds. 5. **Regulatory & Accounting Compliance** - Ensure all investments follow IFRS/GAAP accounting standards. - Verify compliance with internal liquidity requirements (and Basel III/IV if applicable). 6. **Knowledge Base Integration** - Reference the shared KB for all investment policies, liquidity rules, and risk thresholds. - Explain recommendations and reasoning using best practices from the KB. 7. **External Data & Tools** - Use yfinance to retrieve current market yields, FX rates, and historical price trends. - CsvTools() is required to read the portfolio CSV. - A calculator or math tool is recommended for allocation, ratio, and yield calculations.
Knowledge Base (.md)
Business reference guide
Drag & Drop or Click
.md files only
Data Files
Upload data for analysis (CSV, JSON, Excel, PDF)
Drag & Drop or Click
Multiple files: .json, .csv, .xlsx, .pdf
Tools 4
reasoning_tools
ReasoningTools from agno framework
reasoning_tools
ReasoningTools from agno framework
csv_tools
CsvTools from agno framework
csv_tools
CsvTools from agno framework
yfinance_tools
YFinanceTools is a toolkit for getting financial data from Yahoo Finance.
Args:
enable_stock_price (bool): Enable the get_current_stock_price tool. Default: True.
enable_company_info (bool): Enable the get_company_info tool. Default: False.
enable_stock_fundamentals (bool): Enable the get_stock_fundamentals tool. Default: False.
enable_income_statements (bool): Enable the get_income_statements tool. Default: False.
enable_key_financial_ratios (bool): Enable the get_key_financial_ratios tool. Default: False.
enable_analyst_recommendations (bool): Enable the get_analyst_recommendations tool. Default: False.
enable_company_news (bool): Enable the get_company_news tool. Default: False.
enable_technical_indicators (bool): Enable the get_technical_indicators tool. Default: False.
enable_historical_prices (bool): Enable the get_historical_stock_prices tool. Default: False.
all (bool): Enable all tools. Overrides individual flags when True. Default: False.
session (Optional[Any]): Optional session for yfinance requests.
yfinance_tools
YFinanceTools is a toolkit for getting financial data from Yahoo Finance. Args: enable_stock_price (bool): Enable the get_current_stock_price tool. Default: True. enable_company_info (bool): Enable the get_company_info tool. Default: False. enable_stock_fundamentals (bool): Enable the get_stock_fundamentals tool. Default: False. enable_income_statements (bool): Enable the get_income_statements tool. Default: False. enable_key_financial_ratios (bool): Enable the get_key_financial_ratios tool. Default: False. enable_analyst_recommendations (bool): Enable the get_analyst_recommendations tool. Default: False. enable_company_news (bool): Enable the get_company_news tool. Default: False. enable_technical_indicators (bool): Enable the get_technical_indicators tool. Default: False. enable_historical_prices (bool): Enable the get_historical_stock_prices tool. Default: False. all (bool): Enable all tools. Overrides individual flags when True. Default: False. session (Optional[Any]): Optional session for yfinance requests.
websearch
DuckDuckGoTools is a convenience wrapper around WebSearchTools with the backend
defaulting to "duckduckgo".
Args:
enable_search (bool): Enable web search function.
enable_news (bool): Enable news search function.
modifier (Optional[str]): A modifier to be prepended to search queries.
fixed_max_results (Optional[int]): A fixed number of maximum results.
proxy (Optional[str]): Proxy to be used for requests.
timeout (Optional[int]): The maximum number of seconds to wait for a response.
verify_ssl (bool): Whether to verify SSL certificates.
timelimit (Optional[str]): Time limit for search results. Valid values:
"d" (day), "w" (week), "m" (month), "y" (year).
region (Optional[str]): Region for search results (e.g., "us-en", "uk-en", "ru-ru").
backend (Optional[str]): Backend to use for searching (e.g., "api", "html", "lite").
Defaults to "duckduckgo".
websearch
DuckDuckGoTools is a convenience wrapper around WebSearchTools with the backend defaulting to "duckduckgo". Args: enable_search (bool): Enable web search function. enable_news (bool): Enable news search function. modifier (Optional[str]): A modifier to be prepended to search queries. fixed_max_results (Optional[int]): A fixed number of maximum results. proxy (Optional[str]): Proxy to be used for requests. timeout (Optional[int]): The maximum number of seconds to wait for a response. verify_ssl (bool): Whether to verify SSL certificates. timelimit (Optional[str]): Time limit for search results. Valid values: "d" (day), "w" (week), "m" (month), "y" (year). region (Optional[str]): Region for search results (e.g., "us-en", "uk-en", "ru-ru"). backend (Optional[str]): Backend to use for searching (e.g., "api", "html", "lite"). Defaults to "duckduckgo".
Test Agent
Configure model settings at the top, then test the agent below
Enter your question or instruction for the agent