Spaces:
Sleeping
Sleeping
| { | |
| "contracts": [ | |
| { | |
| "contract_id": "CNT001", | |
| "client": "TechCorp Solutions", | |
| "start_date": "2024-01-01", | |
| "end_date": "2024-12-31", | |
| "terms": { | |
| "base_rate": 100, | |
| "volume_discounts": [ | |
| {"threshold": 1000, "discount": 0.10}, | |
| {"threshold": 5000, "discount": 0.15}, | |
| {"threshold": 10000, "discount": 0.20} | |
| ], | |
| "special_conditions": [ | |
| "Holiday surcharge: 15% on federal holidays", | |
| "Rush order fee: Additional 25% for same-day delivery", | |
| "Bulk order minimum: 500 units per order for volume pricing", | |
| "Early payment discount: 2% if paid within 10 days", | |
| "Multi-year commitment: 5% additional discount for 3+ year contract" | |
| ] | |
| } | |
| }, | |
| { | |
| "contract_id": "CNT002", | |
| "client": "Global Manufacturing Inc", | |
| "start_date": "2024-01-01", | |
| "end_date": "2024-12-31", | |
| "terms": { | |
| "base_rate": 85, | |
| "tiered_pricing": [ | |
| {"tier": "Standard", "rate": 1.0}, | |
| {"tier": "Premium", "rate": 1.25}, | |
| {"tier": "Enterprise", "rate": 1.5} | |
| ], | |
| "special_conditions": [ | |
| "Annual commitment discount: 5% off base rate", | |
| "Multi-location discount: 3% per additional location", | |
| "Payment terms: 2% discount for payment within 10 days", | |
| "Volume guarantee: Minimum 1000 units per quarter", | |
| "Service level agreement: 99.9% delivery accuracy required" | |
| ] | |
| } | |
| } | |
| ] | |
| } |