{"id":17045,"date":"2025-03-01T19:48:00","date_gmt":"2025-03-02T00:48:00","guid":{"rendered":"https:\/\/www.comcapfactoring.com\/au\/?p=17045"},"modified":"2026-06-06T08:19:25","modified_gmt":"2026-06-06T12:19:25","slug":"ccc-calculator","status":"publish","type":"post","link":"https:\/\/www.comcapfactoring.com\/au\/blog\/ccc-calculator\/","title":{"rendered":"Cash Conversion Cycle Calculator"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The cash conversion cycle, also known as the working capital cycle, measures how long it takes your business to sell inventory, collect invoices, and pay suppliers. It\u2019s an important metric because it shows how efficiently your business turns operating activity into cash.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An increasing cash conversion cycle may indicate that cash is tied up for longer. This can happen because of slower collections, slower inventory turnover, or shorter payment terms from suppliers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Formula:<\/strong> Cash Conversion Cycle = Inventory Days + Debtor Days \u2212 Creditor Days<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>How to use the calculator<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Enter the following information to calculate your cash conversion cycle:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Debtor Days:<\/strong> Enter your debtor days, which measure how long customers take to pay invoices. Need help? Use our <a href=\"https:\/\/www.comcapfactoring.com\/au\/blog\/dso-calculator\/\">Debtor Days calculator<\/a>.<\/li>\n\n\n\n<li><strong>Inventory Days: <\/strong>Enter your inventory days, which measure how long your business holds inventory before it is sold or used. Need help? Use our<a href=\"https:\/\/www.comcapfactoring.com\/au\/blog\/dio-calculator\/\"> Inventory Days calculator<\/a>.<\/li>\n\n\n\n<li><strong>Creditor Days: <\/strong>Enter your creditor days, which measure how long your business takes to pay suppliers. Need help? Use our <a href=\"https:\/\/www.comcapfactoring.com\/au\/blog\/dpo-calculator\/\">Creditor Days calculator<\/a>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong>&nbsp;All inputs should be for the same reporting period.<\/p>\n\n\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/d3@7\"><\/script>\n\n<figure class=\"wp-block-table post-table post-table-bold-column cc-ccc-calculator\" id=\"cc-ccc-calculator\">\n  <table>\n    <tbody>\n      <tr>\n        <td>Debtor Days<\/td>\n        <td>\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <input type=\"text\" inputmode=\"decimal\" value=\"45\" id=\"cc-ccc-debtor-days\" data-cc-ccc-input data-cc-format=\"number\">\n          <\/span>\n        <\/td>\n      <\/tr>\n\n      <tr>\n        <td>Inventory Days<\/td>\n        <td>\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <input type=\"text\" inputmode=\"decimal\" value=\"76\" id=\"cc-ccc-inventory-days\" data-cc-ccc-input data-cc-format=\"number\">\n          <\/span>\n        <\/td>\n      <\/tr>\n\n      <tr>\n        <td>Creditor Days<\/td>\n        <td>\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <input type=\"text\" inputmode=\"decimal\" value=\"46\" id=\"cc-ccc-creditor-days\" data-cc-ccc-input data-cc-format=\"number\">\n          <\/span>\n        <\/td>\n      <\/tr>\n    <\/tbody>\n\n    <tfoot>\n      <tr>\n        <td class=\"cc-ccc-result-label\">Cash Conversion Cycle<\/td>\n        <td class=\"cc-ccc-result-value\">\n          <span class=\"cc-ccc-value-wrap\">\n            <span class=\"cc-ccc-symbol\"><\/span>\n            <span class=\"cc-ccc-calculated-value\" id=\"cc-ccc-result\">75.0 days<\/span>\n          <\/span>\n        <\/td>\n      <\/tr>\n    <\/tfoot>\n  <\/table>\n<\/figure>\n\n<div class=\"cc-ccc-gauge-card\">\n  <div class=\"cc-ccc-gauge-title\">Cash Conversion Cycle Range<\/div>\n  <div id=\"cc-ccc-gauge-bar\"><\/div>\n<\/div>\n\n<style>\n  \/*\n    Cash Conversion Cycle Calculator\n    Two-column table on desktop and mobile.\n    Hardened for Australian pages.\n  *\/\n\n  .entry-content .cc-ccc-calculator {\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    overflow-x: hidden;\n  }\n\n  .entry-content .cc-ccc-calculator table {\n    width: 100%;\n    max-width: 100%;\n    table-layout: fixed;\n  }\n\n  .entry-content .cc-ccc-calculator table td {\n    box-sizing: border-box;\n    vertical-align: middle;\n  }\n\n  .entry-content .cc-ccc-calculator table td:first-child {\n    width: 58%;\n    text-align: left !important;\n    white-space: normal;\n    overflow-wrap: break-word;\n    word-break: normal;\n  }\n\n  .entry-content .cc-ccc-calculator table td:last-child {\n    width: 42%;\n    text-align: right !important;\n    white-space: nowrap;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n    display: inline-grid;\n    grid-template-columns: 1em 7em;\n    align-items: center;\n    justify-content: end !important;\n    column-gap: 2px;\n    white-space: nowrap;\n    max-width: 100%;\n    vertical-align: middle;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-symbol {\n    text-align: right !important;\n    min-width: 0;\n    font-variant-numeric: tabular-nums;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n    display: inline-block;\n    width: 7em;\n    text-align: right !important;\n    font-variant-numeric: tabular-nums;\n  }\n\n  .entry-content .cc-ccc-calculator .cc-ccc-result-label,\n  .entry-content .cc-ccc-calculator .cc-ccc-result-value {\n    font-weight: 700;\n  }\n\n  .entry-content .cc-ccc-calculator input[data-cc-ccc-input] {\n    box-sizing: border-box;\n    width: 7em;\n    min-width: 7em;\n    max-width: 7em;\n    padding: 2px 4px;\n    border: 1px solid #999;\n    border-radius: 2px;\n    background: #fff;\n    color: inherit;\n    font: inherit;\n    font-weight: inherit;\n    line-height: inherit;\n    text-align: right !important;\n    outline: none;\n    font-variant-numeric: tabular-nums;\n  }\n\n  .entry-content .cc-ccc-calculator input[data-cc-ccc-input]:focus {\n    border-color: #ef621e;\n    box-shadow: 0 0 0 1px #ef621e;\n  }\n\n  .cc-ccc-gauge-card {\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    background: #f2f2f2;\n    padding: 18px;\n    margin: 0 0 40px;\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .cc-ccc-gauge-title {\n    color: #0a3c70;\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  #cc-ccc-gauge-bar {\n    width: 100%;\n    max-width: 100%;\n    overflow: hidden;\n  }\n\n  .cc-ccc-gauge-card svg {\n    display: block;\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 760px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 14px;\n      line-height: 1.25;\n      padding-left: 8px;\n      padding-right: 8px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 54%;\n      text-align: left !important;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 46%;\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 1em 6.25em;\n      justify-content: end !important;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 6.25em;\n      min-width: 6.25em;\n      max-width: 6.25em;\n      font-size: 14px;\n      text-align: right !important;\n    }\n\n    .cc-ccc-gauge-card {\n      padding: 12px 6px;\n    }\n\n    .cc-ccc-gauge-title {\n      font-size: 16px;\n      margin-bottom: 2px;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 13px;\n      line-height: 1.22;\n      padding-left: 6px;\n      padding-right: 6px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 52%;\n      text-align: left !important;\n      word-break: normal !important;\n      overflow-wrap: break-word;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 48%;\n      text-align: right !important;\n      word-break: normal !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 0.95em 5.95em;\n      justify-content: end !important;\n      column-gap: 1px;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 5.95em;\n      min-width: 5.95em;\n      max-width: 5.95em;\n      font-size: 13px;\n      padding-left: 3px;\n      padding-right: 3px;\n      text-align: right !important;\n    }\n  }\n\n  \/*\n    This block specifically overrides narrow mobile table rules\n    that may force table cells left-aligned.\n  *\/\n  @media (max-width: 469px) {\n    .entry-content .cc-ccc-calculator table td:first-child {\n      text-align: left !important;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      justify-content: end !important;\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-symbol {\n      text-align: right !important;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      text-align: right !important;\n    }\n  }\n\n  @media (max-width: 390px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 12.5px;\n      padding-left: 5px;\n      padding-right: 5px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 50%;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 50%;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 0.85em 5.65em;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 5.65em;\n      min-width: 5.65em;\n      max-width: 5.65em;\n      font-size: 12.5px;\n    }\n  }\n\n  @media (max-width: 350px) {\n    .entry-content .cc-ccc-calculator table td {\n      font-size: 12px;\n      padding-left: 4px;\n      padding-right: 4px;\n    }\n\n    .entry-content .cc-ccc-calculator table td:first-child {\n      width: 48%;\n    }\n\n    .entry-content .cc-ccc-calculator table td:last-child {\n      width: 52%;\n    }\n\n    .entry-content .cc-ccc-calculator .cc-ccc-value-wrap {\n      grid-template-columns: 0.75em 5.25em;\n    }\n\n    .entry-content .cc-ccc-calculator input[data-cc-ccc-input],\n    .entry-content .cc-ccc-calculator .cc-ccc-calculated-value {\n      width: 5.25em;\n      min-width: 5.25em;\n      max-width: 5.25em;\n      font-size: 12px;\n    }\n  }\n<\/style>\n\n<script>\n  (function () {\n    const calculator = document.getElementById('cc-ccc-calculator');\n    if (!calculator || typeof d3 === 'undefined') return;\n\n    const debtorDaysInput = calculator.querySelector('#cc-ccc-debtor-days');\n    const inventoryDaysInput = calculator.querySelector('#cc-ccc-inventory-days');\n    const creditorDaysInput = calculator.querySelector('#cc-ccc-creditor-days');\n    const cccResult = calculator.querySelector('#cc-ccc-result');\n\n    const minCCC = 0;\n    const maxCCC = 180;\n\n    function getNumberFromValue(value) {\n      const rawValue = String(value)\n        .replace(\/,\/g, '')\n        .replace(\/days\/gi, '')\n        .trim();\n\n      const parsedValue = parseFloat(rawValue);\n      return Number.isFinite(parsedValue) ? parsedValue : 0;\n    }\n\n    function getNumber(input) {\n      return getNumberFromValue(input.value);\n    }\n\n    function formatWholeNumber(value) {\n      return Math.round(value).toLocaleString('en-AU');\n    }\n\n    function formatCCC(value) {\n      return value.toLocaleString('en-AU', {\n        minimumFractionDigits: 1,\n        maximumFractionDigits: 1\n      });\n    }\n\n    function formatNumberInput(input) {\n      input.value = formatWholeNumber(getNumber(input));\n    }\n\n    function clamp(value, min, max) {\n      return Math.max(min, Math.min(max, value));\n    }\n\n    function calculateCCC() {\n      const debtorDays = getNumber(debtorDaysInput);\n      const inventoryDays = getNumber(inventoryDaysInput);\n      const creditorDays = getNumber(creditorDaysInput);\n\n      const ccc = inventoryDays + debtorDays - creditorDays;\n\n      cccResult.textContent = formatCCC(ccc) + ' days';\n      drawBarGauge(ccc);\n    }\n\n    function drawBarGauge(value) {\n      d3.select('#cc-ccc-gauge-bar').selectAll('*').remove();\n\n      const width = 420;\n      const height = 100;\n      const safeValue = clamp(value, minCCC, maxCCC);\n\n      const barY = 40;\n      const barHeight = 18;\n      const barRadius = 9;\n\n      const svg = d3.select('#cc-ccc-gauge-bar')\n        .append('svg')\n        .attr('viewBox', `0 0 ${width} ${height}`)\n        .attr('role', 'img')\n        .attr('aria-label', 'Cash conversion cycle range gauge');\n\n      const x = d3.scaleLinear()\n        .domain([minCCC, maxCCC])\n        .range([32, width - 32]);\n\n      const barStart = x(minCCC);\n      const barEnd = x(maxCCC);\n      const barWidth = barEnd - barStart;\n      const markerX = x(safeValue);\n\n      const clipId = 'cc-ccc-bar-clip-' + Math.random().toString(36).slice(2);\n\n      svg.append('defs')\n        .append('clipPath')\n        .attr('id', clipId)\n        .append('rect')\n        .attr('x', barStart)\n        .attr('y', barY)\n        .attr('width', barWidth)\n        .attr('height', barHeight)\n        .attr('rx', barRadius)\n        .attr('ry', barRadius);\n\n      const barGroup = svg.append('g')\n        .attr('clip-path', 'url(#' + clipId + ')');\n\n      barGroup.append('rect')\n        .attr('x', x(0))\n        .attr('y', barY)\n        .attr('width', x(45) - x(0))\n        .attr('height', barHeight)\n        .attr('fill', '#4caf50');\n\n      barGroup.append('rect')\n        .attr('x', x(45))\n        .attr('y', barY)\n        .attr('width', x(90) - x(45))\n        .attr('height', barHeight)\n        .attr('fill', '#f4b400');\n\n      barGroup.append('rect')\n        .attr('x', x(90))\n        .attr('y', barY)\n        .attr('width', x(maxCCC) - x(90))\n        .attr('height', barHeight)\n        .attr('fill', '#f72f35');\n\n      svg.append('rect')\n        .attr('x', barStart)\n        .attr('y', barY)\n        .attr('width', barWidth)\n        .attr('height', barHeight)\n        .attr('rx', barRadius)\n        .attr('ry', barRadius)\n        .attr('fill', 'none')\n        .attr('stroke', '#b7b7b7')\n        .attr('stroke-width', 1);\n\n      [45, 90].forEach(function (tick) {\n        svg.append('line')\n          .attr('x1', x(tick))\n          .attr('x2', x(tick))\n          .attr('y1', barY + barHeight)\n          .attr('y2', barY + barHeight + 6)\n          .attr('stroke', '#0a3c70')\n          .attr('stroke-width', 2);\n      });\n\n      svg.append('circle')\n        .attr('cx', markerX)\n        .attr('cy', barY + (barHeight \/ 2))\n        .attr('r', 10)\n        .attr('fill', '#0a3c70')\n        .attr('stroke', '#ffffff')\n        .attr('stroke-width', 2);\n\n      svg.append('text')\n        .attr('x', width \/ 2)\n        .attr('y', 26)\n        .attr('text-anchor', 'middle')\n        .attr('font-size', '22')\n        .attr('font-weight', '700')\n        .attr('fill', '#0a3c70')\n        .text(formatCCC(value) + ' days');\n\n      [0, 45, 90, 180].forEach(function (tick) {\n        svg.append('text')\n          .attr('x', x(tick))\n          .attr('y', 77)\n          .attr('text-anchor', 'middle')\n          .attr('font-size', '12')\n          .attr('fill', '#333')\n          .text(tick === 180 ? '180+' : tick);\n      });\n    }\n\n    calculator.querySelectorAll('[data-cc-ccc-input]').forEach(function (input) {\n      input.addEventListener('input', calculateCCC);\n\n      input.addEventListener('blur', function () {\n        if (input.value.trim() === '') {\n          input.value = '0';\n        }\n\n        if (input.dataset.ccFormat === 'number') {\n          formatNumberInput(input);\n        }\n\n        calculateCCC();\n      });\n    });\n\n    calculator.querySelectorAll('[data-cc-format=\"number\"]').forEach(formatNumberInput);\n\n    calculateCCC();\n\n    window.addEventListener('resize', calculateCCC);\n  })();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\">The cash conversion cycle should be evaluated in context. A lower number generally means your business converts operating activity into cash more quickly. A higher number may indicate that cash is tied up longer in stock, invoices, or other working capital. Keep in mind that the cash conversion cycle varies by industry, so it is best compared against similar businesses and your own trend over time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following table shows benchmark cash conversion cycle ranges for selected industries.<\/p>\n\n\n\n<figure class=\"wp-block-table post-table post-table-bold-column cc-ccc-benchmark-table\">\n  <table>\n    <thead>\n      <tr>\n        <th>Industry<\/th>\n        <th>Typical Cash Conversion Cycle Range<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>Transport<\/td>\n        <td>45 to 90 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Wholesale<\/td>\n        <td>45 to 90 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Manufacturing<\/td>\n        <td>60 to 120 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Healthcare<\/td>\n        <td>30 to 60 days<\/td>\n      <\/tr>\n      <tr>\n        <td>Construction<\/td>\n        <td>90 to 180 days<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/figure>\n\n<style>\n  \/*\n    Cash Conversion Cycle Benchmark Table\n    Responsive table using the standard post-table format.\n    Adapted for Australian audience.\n  *\/\n\n  .entry-content .cc-ccc-benchmark-table {\n    width: 100%;\n    max-width: 100%;\n    box-sizing: border-box;\n    overflow-x: auto;\n  }\n\n  .entry-content .cc-ccc-benchmark-table table {\n    width: 100%;\n    max-width: 100%;\n    table-layout: fixed;\n  }\n\n  .entry-content .cc-ccc-benchmark-table th,\n  .entry-content .cc-ccc-benchmark-table td {\n    box-sizing: border-box;\n    vertical-align: middle;\n    text-align: left !important;\n    white-space: normal;\n    overflow-wrap: break-word;\n    word-break: normal;\n  }\n\n  .entry-content .cc-ccc-benchmark-table th:first-child,\n  .entry-content .cc-ccc-benchmark-table td:first-child {\n    width: 42%;\n  }\n\n  .entry-content .cc-ccc-benchmark-table th:nth-child(2),\n  .entry-content .cc-ccc-benchmark-table td:nth-child(2) {\n    width: 58%;\n  }\n\n  @media (max-width: 760px) {\n    .entry-content .cc-ccc-benchmark-table th,\n    .entry-content .cc-ccc-benchmark-table td {\n      font-size: 14px;\n      line-height: 1.25;\n      padding-left: 8px;\n      padding-right: 8px;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .entry-content .cc-ccc-benchmark-table th,\n    .entry-content .cc-ccc-benchmark-table td {\n      font-size: 13px;\n      line-height: 1.22;\n      padding-left: 6px;\n      padding-right: 6px;\n    }\n\n    .entry-content .cc-ccc-benchmark-table th:first-child,\n    .entry-content .cc-ccc-benchmark-table td:first-child {\n      width: 38%;\n    }\n\n    .entry-content .cc-ccc-benchmark-table th:nth-child(2),\n    .entry-content .cc-ccc-benchmark-table td:nth-child(2) {\n      width: 62%;\n    }\n  }\n\n  @media (max-width: 390px) {\n    .entry-content .cc-ccc-benchmark-table th,\n    .entry-content .cc-ccc-benchmark-table td {\n      font-size: 12.5px;\n      padding-left: 5px;\n      padding-right: 5px;\n    }\n  }\n<\/style>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note: <\/strong>This calculator is for educational purposes only and not intended as financial advice. Please consult a professional if you require financial advice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can we help you?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We are a leading invoice financing company and can provide high advances at competitive rates. For more information, fill out our&nbsp;<a href=\"https:\/\/www.comcapfactoring.com\/au\/instant-quote\/\">enquiry form<\/a>&nbsp;and a representative will contact you soon.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The cash conversion cycle, also known as the working capital cycle, measures how long it takes your business to sell inventory, collect invoices, and pay suppliers. It\u2019s an important metric because it shows how efficiently your business turns operating activity into cash. An increasing cash conversion cycle may indicate that cash is tied up for [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":17053,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","wds_primary_category":0,"footnotes":""},"categories":[125],"tags":[],"class_list":["post-17045","post","type-post","status-publish","format-standard","has-post-thumbnail","category-calculators","entry"],"acf":[],"taxonomy_info":{"category":[{"value":125,"label":"Business Calculators"}]},"featured_image_src_large":["https:\/\/www.comcapfactoring.com\/au\/wp-content\/uploads\/sites\/3\/2026\/06\/CCC-calculator-1024x729.webp",1024,729,true],"author_info":{"display_name":"Marco Terry","author_link":"https:\/\/www.comcapfactoring.com\/au\/blog\/author\/marcoterry\/"},"comment_info":0,"category_info":[{"term_id":125,"name":"Business Calculators","slug":"calculators","term_group":0,"term_taxonomy_id":125,"taxonomy":"category","description":"This category contains several online (interactive) business calculators. ","parent":0,"count":4,"filter":"raw","meta":[],"cat_ID":125,"category_count":4,"category_description":"This category contains several online (interactive) business calculators. ","cat_name":"Business Calculators","category_nicename":"calculators","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/posts\/17045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/comments?post=17045"}],"version-history":[{"count":8,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/posts\/17045\/revisions"}],"predecessor-version":[{"id":17063,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/posts\/17045\/revisions\/17063"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/media\/17053"}],"wp:attachment":[{"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/media?parent=17045"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/categories?post=17045"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.comcapfactoring.com\/au\/wp-json\/wp\/v2\/tags?post=17045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}