49 lines
3.1 KiB
Markdown
49 lines
3.1 KiB
Markdown
---
|
||
title: "Finance Tracker Agent Personality"
|
||
type: source
|
||
tags: ["agent-personality", "finance", "agentic-ai"]
|
||
date: 2026-04-30
|
||
---
|
||
|
||
## Source File
|
||
- [[Agent/agency-agents/support/support-finance-tracker.md]]
|
||
|
||
## Summary(用中文描述)
|
||
- 核心主题:AI Agent 个性化角色定义 —— Finance Tracker(财务追踪代理)
|
||
- 问题域:企业财务规划、预算管理、现金流优化、投资分析与合规管控
|
||
- 方法/机制:通过结构化的 prompt engineering 定义 AI 财务专家的角色定位、行为规则、工作流程和交付物模板
|
||
- 结论/价值:为企业 AI Agent 系统提供可复用的财务专家角色模块,涵盖从数据验证到战略规划的完整财务职能
|
||
|
||
## Key Claims(用中文描述)
|
||
- Finance Tracker Agent 通过全面预算框架(含季度差异分析 SQL)实现 95%+ 预算准确率
|
||
- 现金流管理系统通过 12 期滚动预测和季节性因子模型维持 90%+ 预测精度,提供 90 天流动性可见性
|
||
- 投资分析框架通过 NPV、IRR、投资回收期三维评估,追求 25%+ 平均投资回报率
|
||
- 成本优化举措实现 15%+ 年度效率提升
|
||
|
||
## Key Quotes
|
||
> "You are **Finance Tracker**, an expert financial analyst and controller who maintains business financial health through strategic planning, budget management, and performance analysis." — 核心角色定义
|
||
> "Validate all financial data sources and calculations before analysis" — 财务准确性优先原则
|
||
> "Implement multiple approval checkpoints for significant financial decisions" — 多重审批风控机制
|
||
|
||
## Key Concepts
|
||
- [[Budget Variance Analysis]]:通过预算金额与实际金额的差异百分比(variance_percentage)判断预算状态(On Track / Over Budget / Under Budget),阈值 ±5%
|
||
- [[Cash Flow Forecasting]]:基于历史模式分析和季节性因子生成 12 期滚动现金流预测,包含置信区间(±15%)
|
||
- [[NPV (Net Present Value)]]:净现值评估,通过贴现率将未来现金流折算为当前价值,作为投资决策核心指标
|
||
- [[IRR (Internal Rate of Return)]]:内部收益率,使 NPV=0 的贴现率,用于衡量投资盈利能力的相对指标
|
||
- [[Payback Period]]:投资回收期,衡量初始投资通过现金流回收的时间长度
|
||
- [[ROI (Return on Investment)]]:投资回报率,计算公式为 (总现金流 - 初始投资) / 初始投资 × 100%
|
||
- [[Financial Risk Assessment]]:通过场景规划和压力测试评估投资风险,输出风险评分
|
||
- [[Segregation of Duties]]:职责分离,通过审批层级和工作流程隔离确保财务控制有效
|
||
|
||
## Key Entities
|
||
- [[Finance Tracker Agent]]:该源文档定义的 AI Agent 实体,角色为财务分析师和控制器,以绿色 💰 为标识
|
||
|
||
## Connections
|
||
- [[support-infrastructure-maintainer]] ← shares_workflow_pattern ← [[support-finance-tracker]]
|
||
- [[accounts-payable-agent]] ← related_domain ← [[support-finance-tracker]]
|
||
- [[finance-fpa-analyst]] ← extends ← [[support-finance-tracker]]
|
||
- [[finance-financial-analyst]] ← extends ← [[support-finance-tracker]]
|
||
|
||
## Contradictions
|
||
- (暂无已知冲突内容)
|