---
name: expense-management
description: Manage employee expense reporting, policy enforcement, approval workflows, receipt capture, and reimbursement processing. Use when setting up expense policies, processing expense reports, enforcing spend limits, handling receipt requirements, managing corporate card reconciliation, or analyzing spend patterns. Triggers on phrases like "expense report", "expense policy", "corporate card", "travel expense", "reimbursement", "receipt", "expense approval", "per diem", "entertainment expense", "mileage reimbursement".
---

# Expense Management

Streamline employee expense processing with policy enforcement and automated approvals.

## Expense Submission Workflow

### Phase 1: Expense Capture

Trigger on employee expense submission (manual entry, receipt photo, or card feed):

1. **Expense Entry Methods**:
   - **Mobile app**: Photo receipt capture with auto-extraction (vendor, date, amount, tax)
   - **Card feed**: Auto-import from corporate card (Amex, Visa Business, Mastercard)
   - **Manual entry**: Web portal with structured fields
   - **Integration**: Travel booking systems (Concur, TripActions) auto-create expense lines

2. **Auto-Categorization & Policy Check**:
   ```
   EXPENSE CATEGORIZATION:
   ──────────────────────
   Vendor/merchant data → Auto-assign expense category
   Location data → Assign correct cost center / project code
   Amount + category → Check against policy limits
   
   POLICY VALIDATION (real-time):
   ┌─────────────────────┬──────────────┬────────────────────┐
   | Expense Type        | Limit        | Action if Exceeded  |
   ├─────────────────────┼──────────────┼────────────────────┤
   | Meals (per person)  | $75          | Flag, require       |
   | Alcohol             | $30/event    | justification       |
   | Client entertainment| $250/event   | Auto-reject if no   |
   | Taxi/rideshare      | $100/trip    | client listed       |
   | Airline (economy)   | Policy-compl | Escalate to manager |
   | Hotel               | $250/night   | for approval        |
   | Personal items      | $0           | Auto-reject         |
   └─────────────────────┴──────────────┴────────────────────┘
   ```

3. **Receipt Requirements**:
   - Receipt required for: All expenses >$25, meals/entertainment, hotel stays
   - Receipt NOT required for: Taxi/rideshare <$50, mileage, per diem, tips < 20%
   - Digital receipt: Photo or email receipt (PDF/image)
   - Missing receipt: Allow submission with explanation; flag for manager review

### Phase 2: Approval & Processing

4. **Approval Routing**:
   ```
   EXPENSE APPROVAL MATRIX:
   ────────────────────────
   Standard expenses (<$1,000 total): Direct manager
   Single item >$1,000: Manager + Finance approval
   Total report >$5,000: Manager + Finance approval
   Entertainment expenses: Manager + pre-approval required
   Policy exceptions: Finance + VP approval
   Re-submitted/rejected items: Original approver + Finance
   
   Auto-approval: Recurring personal card expenses <$50 with valid receipt
   ```

5. **Processing & Reimbursement**:
   - Approved reports → Auto-generate reimbursement entries
   - Corporate card expenses → Auto-match to card statement
   - Personal card expenses → Schedule reimbursement (next payroll or separate check)
   - GL posting: Post to correct accounts based on category and cost center
   - Tax treatment: Flag tax-deductible vs. non-deductible expenses (50% meal limitation)

## Expense Policy Framework

### Company Expense Policy

```
COMPANY EXPENSE POLICY — 2025
══════════════════════════════

1. GENERAL PRINCIPLES
   Expenses must be:
   - Business-related and reasonable
   - Incurred within authorization limits
   - Submitted within 30 days of expense date
   - Supported by receipts (where required)
   - Compliant with local tax regulations

2. TRAVEL EXPENSES
   Airfare:
   - Economy class standard; business class for flights >4 hours (international)
   - Must book 14+ days in advance when possible
   - Booking through approved travel portal required
   
   Accommodation:
   - Max $250/night (Tier 1 cities: $350/night)
   - Max 7 nights at same location (request extension for longer assignments)
   - Must use negotiated corporate rates when available
   
   Meals:
   - Per diem option: $65/day (domestic), $95/day (international)
   - OR actual expenses: $75/person/meal max
   - Alcohol: $30/event max; must be with business purpose
   
   Ground Transportation:
   - Rideshare standard; first-class/premium only with manager pre-approval
   - Car rental: Economy class; fuel receipts required
   - Parking/tolls: Fully reimbursable with receipt

3. ENTERTAINMENT & GIFT
   Client entertainment:
   - $250/event max (pre-approval required for >$250)
   - Attendees list and business purpose required
   - Alcohol: 50% tax-deductible max
   
   Employee gifts:
   - $50/recipient max (taxable benefit above)
   - Company-branded items: no limit
   
   Client gifts:
   - $100/recipient max
   - Prohibited: cash, cash equivalents, excessive luxury items

4. TECHNOLOGY & SUBSCRIPTIONS
   Software subscriptions:
   - Individual: <$50/month — manager approval
   - $50-$500/month — manager + IT approval
   - >$500/month — IT + Finance approval
   - Must confirm no duplicate tool exists
   
   Hardware:
   - Personal devices: reimbursement up to $250/year (device stipend)
   - Company devices: request through IT procurement

5. MILEAGE & PARKING
   Mileage: IRS standard rate (67¢/mile for 2024, updated annually)
   Parking: Actual with receipt, or monthly transit pass reimbursement
   
6. SUBMISSION REQUIREMENTS
   Submit within 30 days of expense date
   Reports due: 25th of each month (prior month expenses)
   Late submissions: Processed with next cycle (no penalty, but tracked)
   Outstanding expenses >60 days: Auto-escalation to manager
```

## Corporate Card Management

### Card Reconciliation Process

```
CORPORATE CARD RECONCILIATION — Monthly
════════════════════════════════════════

Week 1: Card statement auto-import
  - Match transactions to submitted expenses
  - Flag unmatched transactions for employee follow-up
  - Auto-flag personal charges for return

Week 2: Unmatched item resolution
  - Auto-reminder to employees with unmatched charges
  - Escalation if unresolved by Day 10
  - Auto-reversal of personal charges (employee repayment)

Week 3: Spend analysis
  - Monthly spend by department/category
  - Policy violation report
  - Vendor consolidation opportunities
  - Fraud detection (unusual patterns, duplicate charges)

Week 4: Card limit review
  - Individual limit adjustments (based on role/need)
  - New card applications / deactivations
  - Travel card vs. everyday card assignments
```

### Card Program Optimization

```
CORPORATE CARD PROGRAM:
════════════════════════

Current Program: Amex Business Platinum
  Cards issued: 342
  Monthly spend: $487K
  Annual fee: $695/card ($238K/year)
  Rewards earned: ~1.5% ($28K/year)
  Net cost: $210K/year

Optimization Analysis:
  - 30% of cards have <$200/month spend → Consider downgrading to no-fee card
  - Potential savings: 100 cards × $695 = $69,500/year
  - Rewards optimization: Switch high-spend categories to higher-earning cards
  - Estimated net savings: $52K/year

Travel Cards:
  - Separate travel cards for frequent travelers (28 employees)
  - Travel insurance included (save ~$12K on separate policies)
  - No foreign transaction fee (international travelers)
```

## Travel Management

### Travel Booking & Expense Integration

```
TRAVEL MANAGEMENT WORKFLOW:
════════════════════════════

Pre-Trip:
  1. Travel authorization request
     - Purpose, dates, destination, estimated cost
     - Manager approval (auto-approved if within policy and budget)
     - Risk assessment for international travel
  
  2. Booking through approved portal
     - Negotiated rates (hotels, airlines, car rental)
     - Policy-compliant selections only
     - Auto-populate expense report template
  
  During Trip:
     - Mobile app for receipt capture
     - Real-time policy compliance checking
     - Emergency assistance (24/7 travel support)
     - Duty of care tracking (location check-in)
  
  Post-Trip:
     - Auto-populated expense report from booking data
     - Employee adds meals, incidentals, receipts
     - Standard approval workflow
     - Reimbursement within 5 business days of approval
```

## Spend Analytics

### Expense Analytics Dashboard

```
EXPENSE SPEND ANALYTICS — Q4 2024
══════════════════════════════════

Total Expenses: $1.84M
  Travel: $612K (33%)      ↑ 12% vs Q3
  Meals/Entertainment: $284K (15%)  ↓ 5% vs Q3
  Software/Services: $421K (23%)   ↑ 8% vs Q3
  Office/Supplies: $156K (8%)      → flat
  Professional Services: $198K (11%) ↑ 3% vs Q3
  Other: $169K (10%)         ↓ 2% vs Q3

Policy Compliance:
  On-time submissions: 87% (target: 95%)
  Receipt compliance: 92%
  Within-policy expenses: 94%
  Policy exceptions approved: 2.3%
  Auto-rejected (personal): 0.7%

Top Spenders (Department):
  Engineering: $524K (28.5%)
  Sales: $412K (22.4%)
  Marketing: $289K (15.7%)
  Executive: $198K (10.8%)

Vendor Consolidation Opportunities:
  Hotel bookings: 14 different hotels → 4 corporate-negotiated properties
  Potential savings: 15-20% on hotel spend
  Action: Enforce hotel policy; update approved hotel list
```

## Output

### Expense Operations Dashboard

```
EXPENSE MANAGEMENT DASHBOARD — Week of Jan 27, 2025
═════════════════════════════════════════════════════

Processing Status:
  Open reports: 47                Average approval time: 1.8 days
  Pending approval: 18            Reimbursement processing: <24 hours
  Flagged for review: 6           Auto-approved: 72%

Monthly Cycle:
  Reports submitted (of 342 employees): 318 (93%)
  Outstanding >30 days: 24 reports
  Outstanding >60 days: 3 reports (escalated)

Card Program:
  Active cards: 342               Unmatched transactions: 89
  Monthly card spend: $487K       Personal charges flagged: 7
  Card utilization rate: 91%      Over-limit alerts: 12

Policy Metrics:
  Compliance rate: 94%            Policy exceptions: 8 (pending)
  Average expense/report: $287    Total pending reimbursement: $42,300
  Top violation: Missing receipts (68% of flags)

Budget Impact:
  MTD expense spend: $198K        Budget utilization: 32%
  Travel spend: $67K             YTD savings from policy: $23K
```

## Integration Points

- ERP/GL (NetSuite, SAP, Oracle): GL posting, cost center validation
- Corporate card processors (Amex, Visa Business, Mastercard): Card feed, reconciliation
- Expense platforms (Concur, Expensify, Rippling, Airbase): Core expense processing
- Travel booking (TripActions, Egencia, Navan): Travel authorization and booking
- HRIS (Workday, BambooHR): Employee data, cost center, manager hierarchy
- Accounting systems: Reimbursement processing, accruals
- OCR platforms (ABBYY, Veryfi): Receipt data extraction
- Tax systems: Tax treatment determination, deduction tracking
- Banking APIs: Reimbursement disbursement

## Edge Cases

- **International expenses**: Multi-currency handling, FX rate capture, local tax rules, per diem by country
- **Team events/meetings**: Group expense allocation across attendees; split by department
- **Charitable donations**: Employee donations through company match vs. personal expense
- **Home office expenses (remote)**: Stipend vs. actual expense reimbursement; tax treatment varies by country
- **Client gifts in restricted jurisdictions**: Anti-bribery/anti-corruption screening; enhanced documentation
- **Pre-trip vs. post-trip expenses**: Prepaid expenses tracked and reconciled after trip
- **Lost receipts**: Allow with explanation and manager approval; limit to $50/incident
- **Split charges**: Personal + business on same receipt; require business portion documentation
- **Long-term assignments**: Modified policy for extended travel (>30 days); per diem adjustments
- **Non-reimbursable expenses**: Company-paid directly (conferences, certifications) — no reimbursement cycle
