> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tax Categories

> Global tax classification system supporting VAT, GST, sales tax, and international tax standards for comprehensive business compliance

## 📊 Standard VAT/GST Categories

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Code</th>
        <th>Rate Range</th>
        <th>Description</th>
        <th>Global Usage</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>standard</strong>
        </td>

        <td>
          <strong>S</strong>
        </td>

        <td>
          <strong>15-25%</strong>
        </td>

        <td>
          <strong>Standard tax rate</strong>
        </td>

        <td>
          <strong>Most countries</strong>
        </td>

        <td>
          <strong>"Electronics, services"</strong>
        </td>
      </tr>

      <tr>
        <td>
          <strong>reduced</strong>
        </td>

        <td>
          <strong>R</strong>
        </td>

        <td>
          <strong>5-12%</strong>
        </td>

        <td>
          <strong>Reduced tax rate</strong>
        </td>

        <td>
          <strong>EU, many others</strong>
        </td>

        <td>
          <strong>"Food, books, medicine"</strong>
        </td>
      </tr>

      <tr>
        <td>
          <strong>super\_reduced</strong>
        </td>

        <td>
          <strong>SR</strong>
        </td>

        <td>
          <strong>0-5%</strong>
        </td>

        <td>
          <strong>Super reduced rate</strong>
        </td>

        <td>
          <strong>Some EU countries</strong>
        </td>

        <td>
          <strong>"Basic food, newspapers"</strong>
        </td>
      </tr>

      <tr>
        <td>
          <strong>zero\_rated</strong>
        </td>

        <td>
          <strong>Z</strong>
        </td>

        <td>
          <strong>0%</strong>
        </td>

        <td>
          <strong>Zero rate (taxable)</strong>
        </td>

        <td>
          <strong>UK, Canada, others</strong>
        </td>

        <td>
          <strong>"Exports, basic food"</strong>
        </td>
      </tr>

      <tr>
        <td>
          <strong>exempt</strong>
        </td>

        <td>
          <strong>E</strong>
        </td>

        <td>
          <strong>N/A</strong>
        </td>

        <td>
          <strong>Tax exempt</strong>
        </td>

        <td>
          <strong>Worldwide</strong>
        </td>

        <td>
          <strong>"Insurance, education"</strong>
        </td>
      </tr>

      <tr>
        <td>
          <strong>reverse\_charge</strong>
        </td>

        <td>
          <strong>RC</strong>
        </td>

        <td>
          <strong>Variable</strong>
        </td>

        <td>
          <strong>Customer pays tax</strong>
        </td>

        <td>
          <strong>B2B EU, others</strong>
        </td>

        <td>
          <strong>"Construction, telecom"</strong>
        </td>
      </tr>

      <tr>
        <td>
          <strong>out\_of\_scope</strong>
        </td>

        <td>
          <strong>OS</strong>
        </td>

        <td>
          <strong>N/A</strong>
        </td>

        <td>
          <strong>Outside tax scope</strong>
        </td>

        <td>
          <strong>Worldwide</strong>
        </td>

        <td>
          <strong>"Non-business activities"</strong>
        </td>
      </tr>
    </tbody>
  </table>
</div>

## 🏛️ Government & Administrative

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Usage</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>government</strong>
        </td>

        <td>Government services</td>
        <td>Tax-free govt</td>
        <td>"Public services, permits"</td>
      </tr>

      <tr>
        <td>
          <strong>municipal</strong>
        </td>

        <td>Local government</td>
        <td>City/county</td>
        <td>"Local fees, permits"</td>
      </tr>

      <tr>
        <td>
          <strong>regulatory</strong>
        </td>

        <td>Regulatory fees</td>
        <td>Compliance</td>
        <td>"Filing fees, licenses"</td>
      </tr>

      <tr>
        <td>
          <strong>statutory</strong>
        </td>

        <td>Statutory charges</td>
        <td>Legal requirements</td>
        <td>"Court fees, registrations"</td>
      </tr>

      <tr>
        <td>
          <strong>administrative</strong>
        </td>

        <td>Admin charges</td>
        <td>Processing fees</td>
        <td>"Document processing"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🏥 Healthcare & Medical

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>medical\_exempt</strong>
        </td>

        <td>Medical services</td>
        <td>Exempt/Zero</td>
        <td>"Doctor visits, surgery"</td>
      </tr>

      <tr>
        <td>
          <strong>medical\_reduced</strong>
        </td>

        <td>Medical supplies</td>
        <td>Reduced rate</td>
        <td>"Prescription drugs"</td>
      </tr>

      <tr>
        <td>
          <strong>medical\_standard</strong>
        </td>

        <td>Medical devices</td>
        <td>Standard rate</td>
        <td>"Non-essential devices"</td>
      </tr>

      <tr>
        <td>
          <strong>pharmaceutical</strong>
        </td>

        <td>Medicines</td>
        <td>Exempt/Reduced</td>
        <td>"Prescription medication"</td>
      </tr>

      <tr>
        <td>
          <strong>hospital</strong>
        </td>

        <td>Hospital services</td>
        <td>Exempt</td>
        <td>"Healthcare services"</td>
      </tr>

      <tr>
        <td>
          <strong>dental</strong>
        </td>

        <td>Dental services</td>
        <td>Varies</td>
        <td>"Dental treatment"</td>
      </tr>

      <tr>
        <td>
          <strong>veterinary</strong>
        </td>

        <td>Animal healthcare</td>
        <td>Standard/Exempt</td>
        <td>"Pet medical care"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🎓 Education & Cultural

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>education\_exempt</strong>
        </td>

        <td>Educational services</td>
        <td>Exempt</td>
        <td>"School tuition, training"</td>
      </tr>

      <tr>
        <td>
          <strong>education\_reduced</strong>
        </td>

        <td>Educational materials</td>
        <td>Reduced rate</td>
        <td>"Textbooks, supplies"</td>
      </tr>

      <tr>
        <td>
          <strong>books</strong>
        </td>

        <td>Books & publications</td>
        <td>Zero/Reduced</td>
        <td>"Books, magazines"</td>
      </tr>

      <tr>
        <td>
          <strong>cultural</strong>
        </td>

        <td>Cultural services</td>
        <td>Reduced/Exempt</td>
        <td>"Museum tickets, theater"</td>
      </tr>

      <tr>
        <td>
          <strong>research</strong>
        </td>

        <td>Research activities</td>
        <td>Exempt</td>
        <td>"Scientific research"</td>
      </tr>

      <tr>
        <td>
          <strong>library</strong>
        </td>

        <td>Library services</td>
        <td>Exempt</td>
        <td>"Public library services"</td>
      </tr>
    </tbody>
  </table>
</div>

## 💼 Financial & Insurance

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>financial\_exempt</strong>
        </td>

        <td>Financial services</td>
        <td>Exempt</td>
        <td>"Banking, loans"</td>
      </tr>

      <tr>
        <td>
          <strong>insurance\_exempt</strong>
        </td>

        <td>Insurance services</td>
        <td>Exempt</td>
        <td>"Life, health insurance"</td>
      </tr>

      <tr>
        <td>
          <strong>investment</strong>
        </td>

        <td>Investment services</td>
        <td>Exempt/Standard</td>
        <td>"Fund management"</td>
      </tr>

      <tr>
        <td>
          <strong>banking</strong>
        </td>

        <td>Banking services</td>
        <td>Exempt</td>
        <td>"Account services"</td>
      </tr>

      <tr>
        <td>
          <strong>credit</strong>
        </td>

        <td>Credit services</td>
        <td>Exempt</td>
        <td>"Credit cards, loans"</td>
      </tr>

      <tr>
        <td>
          <strong>foreign\_exchange</strong>
        </td>

        <td>FX services</td>
        <td>Exempt</td>
        <td>"Currency exchange"</td>
      </tr>
    </tbody>
  </table>
</div>

## 💻 Technology & Digital

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>software\_license</strong>
        </td>

        <td>Software licensing</td>
        <td>Standard rate</td>
        <td>"Software purchases"</td>
      </tr>

      <tr>
        <td>
          <strong>software\_saas</strong>
        </td>

        <td>SaaS services</td>
        <td>Standard rate</td>
        <td>"Cloud subscriptions"</td>
      </tr>

      <tr>
        <td>
          <strong>digital\_services</strong>
        </td>

        <td>Digital services</td>
        <td>Standard rate</td>
        <td>"Online services"</td>
      </tr>

      <tr>
        <td>
          <strong>cloud\_computing</strong>
        </td>

        <td>Cloud services</td>
        <td>Standard rate</td>
        <td>"AWS, Azure"</td>
      </tr>

      <tr>
        <td>
          <strong>data\_processing</strong>
        </td>

        <td>Data services</td>
        <td>Standard rate</td>
        <td>"Analytics, storage"</td>
      </tr>

      <tr>
        <td>
          <strong>telecommunications\_digital</strong>
        </td>

        <td>Digital telecom</td>
        <td>Standard rate</td>
        <td>"VoIP, messaging"</td>
      </tr>

      <tr>
        <td>
          <strong>electronic\_delivery</strong>
        </td>

        <td>E-delivery</td>
        <td>Standard rate</td>
        <td>"Digital downloads"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🍕 Food & Beverages

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>food\_basic</strong>
        </td>

        <td>Basic food items</td>
        <td>Zero/Reduced</td>
        <td>"Bread, milk, vegetables"</td>
      </tr>

      <tr>
        <td>
          <strong>food\_standard</strong>
        </td>

        <td>Processed foods</td>
        <td>Standard rate</td>
        <td>"Confectionery, snacks"</td>
      </tr>

      <tr>
        <td>
          <strong>food\_luxury</strong>
        </td>

        <td> Luxury foods</td>
        <td>Standard/Higher</td>
        <td>""Caviar, premium items""</td>
      </tr>

      <tr>
        <td>
          <strong>beverages\_alcoholic</strong>
        </td>

        <td>Alcoholic beverages</td>
        <td>High rate</td>
        <td>"Wine, beer, spirits"</td>
      </tr>

      <tr>
        <td>
          <strong>beverages\_non\_alcoholic</strong>
        </td>

        <td>Soft drinks</td>
        <td>Standard/Reduced</td>
        <td>"Soft drinks, juices"</td>
      </tr>

      <tr>
        <td>
          <strong>restaurant</strong>
        </td>

        <td>Restaurant services</td>
        <td>Standard/Reduced</td>
        <td>"Dining, takeaway"</td>
      </tr>

      <tr>
        <td>
          <strong>catering</strong>
        </td>

        <td>Catering services</td>
        <td>Standard rate</td>
        <td>"Event catering"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🚗 Transportation & Vehicles

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>transport\_public</strong>
        </td>

        <td>Public transport</td>
        <td>Zero/Reduced</td>
        <td>"Bus, train, metro"</td>
      </tr>

      <tr>
        <td>
          <strong>transport\_passenger</strong>
        </td>

        <td>Passenger services</td>
        <td>Standard rate</td>
        <td>"Taxi, rideshare"</td>
      </tr>

      <tr>
        <td>
          <strong>transport\_freight</strong>
        </td>

        <td>Freight transport</td>
        <td>Standard rate</td>
        <td>"Shipping, delivery"</td>
      </tr>

      <tr>
        <td>
          <strong>vehicle\_sales</strong>
        </td>

        <td>Vehicle sales</td>
        <td>Standard rate</td>
        <td>"Car, motorcycle sales"</td>
      </tr>

      <tr>
        <td>
          <strong>vehicle\_parts</strong>
        </td>

        <td>Auto parts</td>
        <td>Standard rate</td>
        <td>"Car parts, accessories"</td>
      </tr>

      <tr>
        <td>
          <strong>fuel</strong>
        </td>

        <td>Motor fuel</td>
        <td>Standard/Excise</td>
        <td>"Gasoline, diesel"</td>
      </tr>

      <tr>
        <td>
          <strong>parking</strong>
        </td>

        <td>Parking services</td>
        <td>Standard rate</td>
        <td>"Parking fees"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🌍 International Trade

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>export</strong>
        </td>

        <td>Export goods/services</td>
        <td>Zero rated</td>
        <td>"Goods sold abroad"</td>
      </tr>

      <tr>
        <td>
          <strong>import</strong>
        </td>

        <td>Import goods</td>
        <td>Standard + Duty</td>
        <td>"Foreign purchases"</td>
      </tr>

      <tr>
        <td>
          <strong>intracom\_supply</strong>
        </td>

        <td>EU intra-community</td>
        <td>Zero rated</td>
        <td>"EU B2B sales"</td>
      </tr>

      <tr>
        <td>
          <strong>intracom\_acquisition</strong>
        </td>

        <td>EU acquisitions</td>
        <td>Standard rate</td>
        <td>"EU B2B purchases"</td>
      </tr>

      <tr>
        <td>
          <strong>triangular</strong>
        </td>

        <td>Triangular transactions</td>
        <td>Special rules</td>
        <td>"EU three-party trade"</td>
      </tr>
    </tbody>
  </table>
</div>

## ⚠️ Special Categories

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Usage</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>mixed\_rate</strong>
        </td>

        <td>Multiple tax rates</td>
        <td>Complex items</td>
        <td>"Bundled products/services"</td>
      </tr>

      <tr>
        <td>
          <strong>threshold\_based</strong>
        </td>

        <td>Rate depends on amount</td>
        <td>Value-based</td>
        <td>"Luxury tax threshold"</td>
      </tr>

      <tr>
        <td>
          <strong>seasonal</strong>
        </td>

        <td>Seasonal rates</td>
        <td>Time-dependent</td>
        <td>"Holiday specials"</td>
      </tr>

      <tr>
        <td>
          <strong>promotional</strong>
        </td>

        <td>Promotional rates</td>
        <td>Temporary</td>
        <td>"Tax holidays"</td>
      </tr>

      <tr>
        <td>
          <strong>margin\_scheme</strong>
        </td>

        <td>Margin taxation</td>
        <td>Used goods</td>
        <td>"Second-hand items"</td>
      </tr>

      <tr>
        <td>
          <strong>reverse\_auction</strong>
        </td>

        <td>Auction taxation</td>
        <td>Special rules</td>
        <td>"Auction sales"</td>
      </tr>
    </tbody>
  </table>
</div>

## ❓Administrative & Fallback

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Usage</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>unknown</strong>
        </td>

        <td>Tax category unclear</td>
        <td>OCR processing</td>
        <td>"Cannot determine category"</td>
      </tr>

      <tr>
        <td>
          <strong>pending</strong>
        </td>

        <td>Classification pending</td>
        <td>Review needed</td>
        <td>"Awaiting tax determination"</td>
      </tr>

      <tr>
        <td>
          <strong>other</strong>
        </td>

        <td>Other category</td>
        <td>Special cases</td>
        <td>"Unique tax situations"</td>
      </tr>

      <tr>
        <td>
          <strong>not\_applicable</strong>
        </td>

        <td>No tax applies</td>
        <td>Non-taxable</td>
        <td>"Gift transactions"</td>
      </tr>
    </tbody>
  </table>
</div>

## ⚡ Utilities & Energy

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>utilities\_domestic</strong>
        </td>

        <td>Home utilities</td>
        <td>Reduced rate</td>
        <td>"Home electricity, gas"</td>
      </tr>

      <tr>
        <td>
          <strong>utilities\_commercial</strong>
        </td>

        <td>Business utilities</td>
        <td>Standard rate</td>
        <td>"Commercial power"</td>
      </tr>

      <tr>
        <td>
          <strong>water</strong>
        </td>

        <td>Water supply</td>
        <td>Reduced/Zero</td>
        <td>"Water services"</td>
      </tr>

      <tr>
        <td>
          <strong>sewage</strong>
        </td>

        <td>Sewage services</td>
        <td>Reduced/Zero</td>
        <td>"Waste water"</td>
      </tr>

      <tr>
        <td>
          <strong>waste\_management</strong>
        </td>

        <td>Waste services</td>
        <td>Standard rate</td>
        <td>"Garbage collection"</td>
      </tr>

      <tr>
        <td>
          <strong>telecommunications</strong>
        </td>

        <td>Telecom services</td>
        <td>Standard rate</td>
        <td>"Phone, internet"</td>
      </tr>

      <tr>
        <td>
          <strong>energy\_renewable</strong>
        </td>

        <td>Green energy</td>
        <td>Reduced rate</td>
        <td>"Solar, wind power"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🏭 Manufacturing & Industrial

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>manufacturing</strong>
        </td>

        <td>Manufacturing</td>
        <td>Standard rate</td>
        <td>"Production services"</td>
      </tr>

      <tr>
        <td>
          <strong>industrial\_equipment</strong>
        </td>

        <td>Equipment</td>
        <td>Standard rate</td>
        <td>"Machinery, tools"</td>
      </tr>

      <tr>
        <td>
          <strong>raw\_materials</strong>
        </td>

        <td>Raw materials</td>
        <td>Standard/Reduced</td>
        <td>"Steel, chemicals"</td>
      </tr>

      <tr>
        <td>
          <strong>chemicals</strong>
        </td>

        <td>Chemical products</td>
        <td>Standard rate</td>
        <td>"Industrial chemicals"</td>
      </tr>

      <tr>
        <td>
          <strong>mining</strong>
        </td>

        <td>Mining products</td>
        <td>Standard rate</td>
        <td>"Extracted materials"</td>
      </tr>

      <tr>
        <td>
          <strong>agriculture</strong>
        </td>

        <td>Agricultural</td>
        <td>Reduced/Zero</td>
        <td>"Farming supplies"</td>
      </tr>

      <tr>
        <td>
          <strong>forestry</strong>
        </td>

        <td>Forest products</td>
        <td>Standard rate</td>
        <td>"Timber, paper"</td>
      </tr>
    </tbody>
  </table>
</div>

## ⚖️ Legal & Professional Services

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>legal\_services</strong>
        </td>

        <td>Legal services</td>
        <td>Standard/Exempt</td>
        <td>"Lawyer, notary fees"</td>
      </tr>

      <tr>
        <td>
          <strong>accounting</strong>
        </td>

        <td>Accounting services</td>
        <td>Standard rate</td>
        <td>"Tax prep, audit"</td>
      </tr>

      <tr>
        <td>
          <strong>consulting</strong>
        </td>

        <td>Consulting</td>
        <td>Standard rate</td>
        <td>"Advisory services"</td>
      </tr>

      <tr>
        <td>
          <strong>professional</strong>
        </td>

        <td>Professional services</td>
        <td>Standard rate</td>
        <td>"Engineering, design"</td>
      </tr>

      <tr>
        <td>
          <strong>notary</strong>
        </td>

        <td>Notary services</td>
        <td>Standard/Exempt</td>
        <td>"Document notarization"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🎨 Entertainment & Leisure

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>entertainment</strong>
        </td>

        <td>Entertainment</td>
        <td>Standard rate</td>
        <td>"Movies, concerts"</td>
      </tr>

      <tr>
        <td>
          <strong>sports</strong>
        </td>

        <td>Sports services</td>
        <td>Standard/Reduced</td>
        <td>"Gym, sports events"</td>
      </tr>

      <tr>
        <td>
          <strong>gambling</strong>
        </td>

        <td>Gambling services</td>
        <td>Higher/Special</td>
        <td>"Casino, betting"</td>
      </tr>

      <tr>
        <td>
          <strong>tourism</strong>
        </td>

        <td>Tourism services</td>
        <td>Standard rate</td>
        <td>"Hotels, tours"</td>
      </tr>

      <tr>
        <td>
          <strong>hospitality</strong>
        </td>

        <td>Hospitality</td>
        <td>Standard rate</td>
        <td>"Hotels, accommodation"</td>
      </tr>

      <tr>
        <td>
          <strong>recreation</strong>
        </td>

        <td>Recreation</td>
        <td>Standard rate</td>
        <td>"Theme parks, games"</td>
      </tr>
    </tbody>
  </table>
</div>

## 🏠 Real Estate & Property

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Category</th>
        <th>Description</th>
        <th>Rate Treatment</th>
        <th>Examples</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>property\_residential</strong>
        </td>

        <td>Residential property</td>
        <td>Exempt/Zero</td>
        <td>"Home sales, rent"</td>
      </tr>

      <tr>
        <td>
          <strong>property\_commercial</strong>
        </td>

        <td>Commercial property</td>
        <td>Standard rate</td>
        <td>"Office rent, sales"</td>
      </tr>

      <tr>
        <td>
          <strong>construction\_new</strong>
        </td>

        <td>New construction</td>
        <td>Zero/Reduced</td>
        <td>"New buildings"</td>
      </tr>

      <tr>
        <td>
          <strong>construction\_renovation</strong>
        </td>

        <td>Renovations</td>
        <td>Standard rate</td>
        <td>"Home improvements"</td>
      </tr>

      <tr>
        <td>
          <strong>land</strong>
        </td>

        <td>Land sales</td>
        <td>Exempt</td>
        <td>"Land transactions"</td>
      </tr>

      <tr>
        <td>
          <strong>property\_management</strong>
        </td>

        <td>Property services</td>
        <td>Standard rate</td>
        <td>"Management fees"</td>
      </tr>
    </tbody>
  </table>
</div>

## Usage Examples

### Example 1: Standard Software License

```json theme={null}
{
  "item": "Enterprise Software License",
  "tax": {
    "category": "software_license",
    "rate": 20.0,
    "amount": 200.0
  }
}
```

### Example 2: Medical Services

```json theme={null}
{
  "item": "Medical Consultation",
  "tax": {
    "category": "medical_exempt",
    "rate": 0.0,
    "amount": 0.0
  }
}
```

### Example 3: Educational Books

```json theme={null}
{
  "item": "Textbooks",
  "tax": {
    "category": "education_reduced",
    "rate": 5.0,
    "amount": 2.5
  }
}
```
