{
  "ppUrl": "https://ordinaryapp.drr.ac/#privacy",
  "startMoney": 10000000,
  "investments": {
    "city": [
      { "id": 1, "name": "IT Hub", "cost": 450000, "income": 500000 },
      { "id": 2, "name": "Multi-storey residential complex", "cost": 1000000, "income": 1100000 },
      { "id": 3, "name": "Shopping center", "cost": 600000, "income": 800000 },
      { "id": 4, "name": "Sports arena", "cost": 450000, "income": 800000 },
      { "id": 5, "name": "Farmers' market", "cost": 200000, "income": 800000 },
      { "id": 6, "name": "Solar power plant", "cost": 400000, "income": 1000000 },
      { "id": 7, "name": "Wellness center", "cost": 320000, "income": 800000 },
      { "id": 8, "name": "Neighborhood operator", "cost": 500000, "income": 1200000 },
      { "id": 9, "name": "Esports arena", "cost": 280000, "income": 740000 },
      { "id": 10, "name": "Car center with charging", "cost": 600000, "income": 1200000 },
      { "id": 11, "name": "Center for Robotics", "cost": 450000, "income": 900000 },
      { "id": 12, "name": "City park with recreation areas", "cost": 750000, "income": 1500000 },
      { "id": 13, "name": "Virtual learning platform", "cost": 460000, "income": 200000 }
    ],
    "personal": [
      { "id": 1, "name": "Cafe chain", "cost": 200000, "income": 550000 },
      { "id": 2, "name": "Mini-hotel", "cost": 250000, "income": 600000 },
      { "id": 3, "name": "Rooftop restaurant", "cost": 220000, "income": 850000 },
      { "id": 4, "name": "Delivery service", "cost": 200000, "income": 600000 },
      { "id": 5, "name": "Coworking", "cost": 300000, "income": 900000 },
      { "id": 6, "name": "Microfinance fund", "cost": 350000, "income": 850000 },
      { "id": 7, "name": "Residential complex", "cost": 700000, "income": 1400000 },
      { "id": 8, "name": "Digital crypto exchange", "cost": 400000, "income": 1200000 },
      { "id": 9, "name": "Parking center", "cost": 280000, "income": 800000 },
      { "id": 10, "name": "Real estate market", "cost": 550000, "income": 1000000 },
      { "id": 11, "name": "Footwear production", "cost": 600000, "income": 900000 },
      { "id": 12, "name": "Voice-over studio", "cost": 170000, "income": 380000 },
      { "id": 13, "name": "Bakery", "cost": 100000, "income": 280000 },
      { "id": 14, "name": "Online shop", "cost": 250000, "income": 720000 }
    ]
  }
}