CINXE.COM
SSG | About the Report
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title> SSG | About the Report </title> <!--Apple device bookmarking--> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-title" content="SkillsFuture Singapore"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <!--favicons--> <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png"> <link rel="manifest" href="/assets/favicon/site.webmanifest"> <link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="/favicon.ico"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> <!--sgds css--> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@govtechsg/sgds/css/sgds.css" /> <!--bootstrap icons--> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" /> <script src="/ScriptResource.axd?d=ktXPS54N4JY6vbaCTPlT9TQp2wMU3hn-M_pNBj3sR9RSvPDpPCZb4RCX4MB1ykeieWbLW86nwHBEIsRGv4PQ21cQwr1euHDvOObVJuqZ4WEep_uIszmqL1Is1RESNzVt0t3-Xz_SrDO2gnMiEc0Yko_CMLG0t6doJCQlG9rW8ofuvtKS_QZ1UUMRAOQbzvew0&t=bd75320" type="text/javascript"></script><script src="/ScriptResource.axd?d=ePnjFy9PuY6CB3GWMX-b_0Kwu6S_aT--bf0l3hwaEeLN9EKrdG8KH40INZVxTiu0CDkcsCFjMSmDNDnxxaDXs81FcWoV0HITK5ohA6fYQmpUNXGRkMLycrkM-QFkr4XK1Ucq3fPiIQEMjToOfU32TWTTb8PzA46H5C4Xoz47oHS7OjsAyyga3jezWTdj___E0&t=bd75320" type="text/javascript"></script><link href="/assets/dist/css/all.min.css" rel="stylesheet" type="text/css" /><link href="/assets/dist/css/main.min.css" rel="stylesheet" type="text/css" /><link href="/assets/dist/css/main.css" rel="stylesheet" type="text/css" /><link href="/Frontend-Assembly/SFSkillsFuture/Mvc/Views/CustomNavbar/custom.navbar.css" rel="stylesheet" type="text/css" /> <!--fontawesome kit--> <!--bootstrap css--> <!--custom css--> <script type="module" src="https://cdn.jsdelivr.net/npm/@govtechsg/sgds-web-component/Masthead/index.js"></script> <meta property="og:title" content="About the Report" /><meta property="og:url" content="https://www.skillsfuture.gov.sg/skillsreport/about-the-report" /><meta property="og:type" content="website" /><meta property="og:site_name" content="SkillsFuture SG" /><style type="text/css" media="all">p { color: #000; } .bg-teal1 { background-color: #118296 !important; } .bg-Yellow { background-color: #9F6D00 !important; } .bg-LightPurple { background-color: #756FB0 !important; }</style><script type="text/javascript" src="https://assets.wogaa.sg/scripts/wogaa.js"></script><script type="text/javascript" src="//cdn.evgnet.com/beacon/skillsfuturesingapore/ssg_prod/scripts/evergage.min.js"></script><script type="text/javascript"> document.addEventListener("DOMContentLoaded", () => { const masthead = document.getElementsByTagName("sgds-masthead"); const shdw = [...masthead[0].shadowRoot.children][0]; shdw.style.cssText += "position:absolute;width:100%;z-index:99;" const shdwChildren = [...shdw.children]; shdwChildren.map(c => c.style.cssText += "max-width:1200px;padding-left:12px;padding-right:12px;"); shdwChildren.map((c) => { let row = c.querySelector(".row"); row.style.cssText += "margin:0px;padding-left:0px;padding-right:0px"; let col = c.querySelector(".col"); console.log(col) col.style.cssText += "padding-left:0px;padding-right:0px;" }) }) </script><style type="text/css" media="all">footer#footer { background-image: url(/images/default-source/default-album/footer-bg.webp); } .bAyZHV, #searchsg-input::placeholder { font-family: 'Inter-Regular' !important; } .grecaptcha-badge { display: none!important; } .bg-Black { background-color: #000000 !important; } .bg-Grey { background-color: #DEDEDE !important; } .bg-LightGrey { background-color: #F0F0F0 !important; } .bg-AshGrey { background-color: #F7F7F7 !important; } .bg-Blue { background-color: #0F71BB !important; }</style><style type="text/css" media="all">body { display:flex; flex-direction:column; } footer { height: 670px; } @media (min-width: 576px) { footer { height: 690px; } } @media (min-width: 992px) { footer { height: 460px; } }</style><script type="text/javascript"> document.addEventListener("DOMContentLoaded", () => { const AutoAccordionSetup = () => { const accordionItems = [ ...document.querySelectorAll(".report-general-tabs"), ] .map((t) => { return [...t.querySelectorAll(".accordion-item")]; }) .flat(); accordionItems.map((a, index) => { let ctrl = a.querySelector(".accordion-button"); let accordionContainer = a.querySelector(".accordion-collapse"); ctrl.setAttribute("data-bs-target", `#collapse${index}`); ctrl.setAttribute("aria-controls", `collapse${index}`); accordionContainer.id = `collapse${index}`; }); [...document.querySelectorAll(".accordion")].map((a, index) => { let uniqueId = "accordionParent" + index; let contentContainers = [...a.querySelectorAll(".accordion-collapse")]; a.id = uniqueId; contentContainers.map((c) => c.setAttribute("data-bs-parent", `#${uniqueId}`) ); }); }; if (document.querySelector(".report-general-tabs")) { AutoAccordionSetup(); }; function ControlImagePopups() { let anchors = [...document.getElementsByClassName("anchor")]; let allPopUps = anchors.map((a) => { return a.closest(".hover-link").querySelector(".hover-popup"); }); anchors.map((l, index) => { l.href = `#interactivePopup${index}`; l .closest(".hover-link") .querySelector(".hover-popup").id = `interactivePopup${index}`; console.log(l.closest(".hover-link").querySelector(".hover-popup")); l.addEventListener("click", (e) => { e.preventDefault(); let popup = e.target .closest(".hover-link") .querySelector(".hover-popup"); console.log(popup); console.log(allPopUps); allPopUps.map((p) => console.log(p)); allPopUps.map((p) => { if (e.target.getAttribute("href").slice(1) != p.id) { p.classList.remove("showPopup"); } }); popup.classList.toggle("showPopup"); }); }); window.addEventListener("click", (e) => { if (!e.target.closest(".hover-link")) { allPopUps.map((p) => p.classList.remove("showPopup")); } }); } if (document.querySelector(".hover-popup")) { ControlImagePopups(); }; }); </script><style type="text/css" media="all">:root { --teal_1: #00adc6; --report-blue: #5287a6; --report-orange: #dc7e6c; --report-pale-green: #98b497; --report-gold: #dbb57c; --report-dull-gold: #dbb57c; --report-dull-blue: #5e86a3; --report-purple: #735778; } .teal1 { color: var(--teal_1) !important; } .report-blue { color: var(--report-blue); } .bg-report-blue { background-color: var(--report-blue); } .report-orange { color: var(--report-orange); } .bg-report-orange { background-color: var(--report-orange); } .report-pale-green { color: var(--report-pale-green); } .bg-report-pale-green { background-color: var(--report-pale-green); } .report-gold { color: var(--report-gold); } .bg-report-gold { background-color: var(--report-gold); } .report-dull-gold { color: var(--report-dull-gold); } .bg-report-dull-gold { color: var(--report-dull-gold); } .report-dull-blue { color: var(--report-dull-blue); } .bg-report-dull-blue { background-color: var(--report-dull-blue); } .report-purple { color: var(--report-purple); } .bg-report-purple { background-color: var(--report-purple); } .list-orange-marker li::marker { color: var(--report-orange); } .list-blue-marker li::marker { color: var(--report-blue); } @media(min-width:992px) { .w-lg-150 { width: 150% !important; } } .height-100percent { height: 100%; } .img-container { max-width: 100%; } .img-container img { width: 100%; } .sticky-80 { position: sticky; top: 5rem; } .sticky-96 { position: sticky; top: 6rem; } @media(min-width:1200px) { .sticky-xl-80 { position: sticky; top: 5rem; } } @media(min-width:1200px) { .sticky-xl-96 { position: sticky; top: 6rem; } } .general-tabs .accordion-button[aria-expanded="true"] { background-color: #524e9c; color: white; } .general-tabs .accordion-button:not(.collapsed)::after { font: var(--fa-font-solid); content: "\f078"; } .general-tabs .accordion-button:not(.collapsed)::after { background-image: none; } .report-figure { position: relative; width: 170px; } @media (min-width:576px) { .report-figure { width: 240px; } } .report-figure h6, .report-figure p { padding-left: 1rem; font-weight: 700; } @media (min-width:576px) { .report-figure h6, .report-figure p { padding-left: 2rem; } } .report-figure p { font-size: 0.7em; } @media (min-width:576px) { .report-figure p { font-size: 1em; } } .report-figure img { border-radius: 50%; width: 100%; object-fit: cover; border: 1px solid currentColor; aspect-ratio: 1/1; } .one-line-figure .report-figure figcaption { position: absolute; top: 63px; left: 170px; width: 80%; } @media (min-width:410px) { .one-line-figure .report-figure figcaption { width: 100%; } } @media (min-width:576px) { .one-line-figure .report-figure figcaption { top: 107px; left: 239px; width: 110%; } } @media (min-width:992px) { .one-line-figure .report-figure figcaption { width: 100%; } } @media (min-width:1200px) { .one-line-figure .report-figure figcaption { width: 120%; } } .one-line-figure-reverse .report-figure { margin-left: auto; } .one-line-figure-reverse .report-figure figcaption { position: absolute; top: 63px; right: 170px; width: 100%; } @media (min-width:576px) { .one-line-figure-reverse .report-figure figcaption { top: 107px; right: 239px; width: 110%; } } @media (min-width:992px) { .one-line-figure-reverse .report-figure figcaption { width: 100%; } } @media (min-width:1200px) { .one-line-figure-reverse .report-figure figcaption { width: 120%; } } .two-line-figcaption { top: 48px !important; } @media (min-width:576px) { .two-line-figcaption { top: 91px !important; } } .three-line-figcaption { top: 29px !important; } @media (min-width:576px) { .three-line-figcaption { top: 91px !important; } } .four-line-figcaption { top: 6px !important; } @media (min-width:576px) { .four-line-figcaption { top: 72px !important; } } aside { width: fit-content; } aside p { margin-bottom: 0; font-weight: 700; } .report-table { border-collapse: initial; font-size: 0.65em; } @media(min-width:576px) { .report-table { font-size: 1em; } } .ds-table .report-table tbody tr th { border: none; } .report-table th { background-color: #dedede; } .report-table td:first-child { background-color: #dedede; } .report-table tr td, .report-table tr th { border: 1px solid #E9EAEC; } .container-1000 { max-width: 1000px; display: flex; flex-direction: column; } .container-1000 img { width: 100%; height: auto; } .hover-popup { padding: 0.5rem; display: flex; flex-direction: column; display: none; z-index: 8; } .hover-link:hover .hover-popup { display: block; } .accordion-gap { display: flex; flex-direction: column; gap: 1rem; } .accordion-gap .accordion-item { border-top: 1px solid rgba(0, 0, 0, .125); } .accordion-header .accordion-button:focus { box-shadow: none; } .super-text { font-size: 0.8em; display: flex; flex-direction: column; } @media(min-width:576px) { .sm-250w { width: 250px; } } .all-350w { width: 350px; } .hover-popup { border: 1px solid black; position: absolute; top: 0%; left: 100%; width: max-content; } .hover-popup p { font-size: 0.7em; margin-bottom: 0; } @media (min-width:992px) { .hover-popup p { font-size: 0.88em; } } .showPopup { display: block; } .anchor { display: block; font-size: 0; width: 100%; height: 100%; } .anchor:hover { text-decoration: none; } .chart-sections-four { border: 1px solid black; padding: 1rem; height: 100%; } .border-radius-5 { border-radius: 5px; } .border-Grey { border: 1px solid #dedede; } .border-Black { border: 1px solid #000000; } .dot { border-radius: 50%; height: 10px; width: 10px; display: inline-block; } .font-12 { font-size: 0.75em !important; } @media(min-width:576px) { .border-sm-none { border: 0 !important; } } .all-100w { width: 100px; } .internal-links .col-12 .link { min-height: initial; height: 100%; } .marker-aligned-list { counter-reset: item; padding-left: 0; } .marker-aligned-list li { display: block; padding-left: 30px; position: relative; } .marker-aligned-list li:before { content: counter(item, upper-alpha); counter-increment: item; width: 2em; position: absolute; left: 0; } .break-word { word-wrap: break-word; }</style><meta name="Generator" content="Sitefinity 14.4.8139.0 DX" /><link rel="canonical" href="https://www.skillsfuture.gov.sg/skillsreport/about-the-report" /></head> <body> <sgds-masthead></sgds-masthead> <nav class="navbar navbar-expand-lg container-fluid"> <div class="d-none shade-line" id="shadeLine" style="left:0;"></div> <div class="container"> <div class="d-flex flex-wrap nav-outer"><a href="/home" aria-label="Go to home page" title="Home page"><img class="skills-logo" src="/images/default-source/template/ SkillsfutureSG_RGB-24-v2.webp" alt="skillsfuture logo" loading="lazy" /></a> <div class="togglers d-flex justify-content-end"><button class="search-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#searchBarContainer" aria-controls="searchBarContainer" aria-expanded="false" aria-label="Toggle searchbar container" data-bs-auto-close="outside" id="searchToggler"><em class="fa-solid fa-magnifying-glass"></em></button> <button class="navbar-toggler px-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" data-bs-auto-close="outside" id="navbarToggler"><em class="fa-solid fa-bars"></em></button> </div> <div class="collapse navbar-collapse nav-items" id="navbarSupportedContent"> <ul class="navbar-nav mb-2 mb-lg-0"> <li class="nav-item dropdown position-static mt-3 mt-lg-0"><a class="nav-link dropdown-toggle fw-bold nav-top-lvl py-3 py-lg-0" href="#" role="button" data-bs-auto-close="outside" data-bs-toggle="dropdown" aria-expanded="false">About Us <em class="fa-solid fa-chevron-down"></em></a> <ul class="dropdown-menu sub-menu"> <li> <ul class="d-flex flex-column d-lg-none pb-4 mobileSubHeadsList"></ul> </li> <li> <div class="d-none d-lg-block container desktop-menu py-4"> <p>About Us</p> <div class="d-flex"> <div class="desk-list-container"> <ul class="dSubHeads"> <li><button class="deskBtns current py-2">Who We Are</button></li> <!-- Note: Hyperlinks can be added into the 2nd level but must add this class to them: "hLink" Can refer to below commented out link as an example. --> <!-- <li><a class="hLink" href="link to the page here">Any text</a> --> <li><button class="deskBtns py-2">Newsroom</button></li> <li><button class="deskBtns py-2">Careers</button></li> </ul> </div> <div class="desk-links"> <div class="d-flex navLinksContainer"> <div class="row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/aboutssg">About SkillsFuture Singapore <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/aboutskillsfuture">SkillsFuture Movement <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/annual-report">Annual Reports <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/board-members">SSG Board Members <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/consult">Public Consultation <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/termsandconditions">SSG Terms and Conditions <span></span></a> </div> </div> </div> <div class="d-flex d-none navLinksContainer"> <div class="row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/newsroom">Newsroom <span></span></a> </div> </div> </div> <div class="d-flex d-none navLinksContainer"> <div class="row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/careers">Careers <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/scholarships">SSG-WSG Scholarships <span></span></a> </div> </div> </div> </div> </div> </div> </li> </ul> </li> <li class="nav-item dropdown position-static"><a class="nav-link dropdown-toggle fw-bold nav-top-lvl py-3 py-lg-0" href="#" role="button" data-bs-auto-close="outside" data-bs-toggle="dropdown" aria-expanded="false">Initiatives <em class="fa-solid fa-chevron-down"></em></a> <ul class="dropdown-menu sub-menu"> <li> <ul class="d-flex flex-column d-lg-none pb-4 mobileSubHeadsList"></ul> </li> <li> <div class="d-none d-lg-block container desktop-menu py-4"> <p>Initiatives</p> <div class="d-flex"> <div class="desk-list-container"> <ul class="dSubHeads"> <li><button class="deskBtns current py-2">For Individuals (Early-Career) </button></li> <li><button class="deskBtns py-2">For Individuals (Mid-Career)</button></li> <li><button class="deskBtns py-2">For Students</button></li> <li><button class="deskBtns py-2">For Employers</button></li> <li><button class="deskBtns py-2">For Training Providers</button></li> </ul> </div> <div class="desk-links init-container"> <div class="d-flex position-static flex-wrap navLinksContainer"> <div class="row init-row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/early-career/credit">SkillsFuture Credit <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/skillsreport">Skills Demand for the Future Economy Report <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/early-career/skills-framework">Skills Frameworks <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/early-career/series">SkillsFuture Series <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.myskillsfuture.gov.sg/content/portal/en/career-resources/career-resources/education-career-personal-development/skills-training-advice.html" target="_blank">Skills & Training Advisory<em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/early-career/tesa">TechSkills Accelerator (TeSA) <span></span></a> </div> </div><img class="exclude init-img" src="/images/default-source/template/midcareer.webp" loading="lazy" /> <div class="exclude init-btn"><a href="/initiatives/early-career" class="py-1 Unique">View All Initiatives </a> </div> </div> <div class="d-flex position-static flex-wrap d-none navLinksContainer"> <div class="row init-row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/level-up-programme">SkillsFuture Level-Up Programme <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/skillsreport">Skills Demand for the Future Economy Report <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/mid-career/careertransition">SkillsFuture Career Transition Programme <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/mid-career/enhancedsubsidy">SkillsFuture Mid-Career Enhanced Subsidy <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.myskillsfuture.gov.sg/content/portal/en/career-resources/career-resources/education-career-personal-development/skills-training-advice.html" target="_blank">Skills & Training Advisory<em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/mid-career/series">SkillsFuture Series <span></span></a> </div> </div><img class="exclude init-img" src="/images/default-source/template/mask-group-1882a1.webp" loading="lazy" /> <div class="exclude init-btn"><a href="/initiatives/mid-career" class="py-1 Unique">View All Initiatives </a> </div> </div> <div class="d-flex position-static flex-wrap d-none navLinksContainer"> <div class="row init-row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/students/ecg">Education & Career Guidance <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/students/jobs-skills">Jobs and Skills Insights <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/students/skills-framework">Skills Frameworks <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/students/workstudy">SkillsFuture Work-Study Programmes <span></span></a> </div> </div><img class="exclude init-img" src="/images/default-source/template/asset-1-2x.webp" style="max-width:280px;" loading="lazy" /> <div class="exclude init-btn"><a href="/initiatives/students" class="py-1 Unique">View All Initiatives </a> </div> </div> <div class="d-flex position-static flex-wrap d-none navLinksContainer"> <div class="row init-row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/employers/employerawards">SkillsFuture Employer Awards <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/sfec">SkillsFuture Enterprise Credit <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/employers/leadershipdevelopment">SkillsFuture Leadership Development Initiative <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://skillsfuture.gobusiness.gov.sg/support-and-programmes/skills-development-partners/" target="_blank">Skills Development Partners<em class="fa-solid fa-arrow-up-right-from-square ms-2"></em><span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/employers/workplaceskills">Workplace Skills Recognition Programme <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://skillsfuture.gobusiness.gov.sg/support-and-programmes/skillsfuture-queen-bee-networks/" target="_blank">SkillsFuture Queen Bee Networks<em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <!--div class="col-6 mb-4"> <a class="dropdown-item d-flex flex-column nav-links pt-0" href="#">Skills Development Partners (post go-live) <span></span> </a> </div--> </div><img class="exclude init-img" src="/images/default-source/template/mask-group-1882c3.webp" loading="lazy" /> <div class="exclude init-btn"><a href="/initiatives/employers" class="py-1 Unique">View All Initiatives </a> </div> </div> <div class="d-flex position-static flex-wrap d-none navLinksContainer"> <div class="row init-row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/training-providers/jobs-skills">Jobs and Skills Insights <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/training-providers/jsit">Jobs-Skills Integrators <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/initiatives/training-providers/skills-framework">Skills Frameworks <span></span></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/taeitm">Training and Adult Education Industry Transformation Map <span></span></a> </div> <!-- <div class="col-6 mb-4"><a class="dropdown-item d-flex flex-column nav-links pt-0" href="/training-measurement">Training Quality and Outcomes Measurement (TRAQOM) <span></span></a> </div> --> </div><img class="exclude init-img" src="/images/default-source/template/mask-group-1882b2.webp" loading="lazy" /> <div class="exclude init-btn"><a href="/initiatives/training-providers" class="py-1 Unique">View All Initiatives </a> </div> </div> </div> </div> </div> </li> </ul> </li> <li class="nav-item dropdown position-static"><a class="nav-link dropdown-toggle fw-bold nav-top-lvl py-3 py-lg-0" href="#" role="button" data-bs-auto-close="outside" data-bs-toggle="dropdown" aria-expanded="false">E-services <em class="fa-solid fa-chevron-down"></em></a> <ul class="dropdown-menu sub-menu"> <li> <ul class="d-flex flex-column d-lg-none pb-4 mobileSubHeadsList"></ul> </li> <li> <div class="d-none d-lg-block container desktop-menu py-4"> <p>E-services</p> <div class="d-flex"> <div class="desk-list-container"> <ul class="dSubHeads"> <li><button class="deskBtns current py-2">Individuals</button></li> <li><button class="deskBtns py-2">Employers</button></li> <li><button class="deskBtns py-2">Training Providers</button></li> </ul> </div> <div class="desk-links"> <div class="d-flex navLinksContainer"> <div class="row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.myskillsfuture.gov.sg" target="_blank">MySkillsFuture <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.myskillsfuture.gov.sg/content/portal/en/career-resources/career-resources/education-career-personal-development/SkillsFuture_Credit.html" target="_blank">Check and Claim SkillsFuture Credit <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.myskillsfuture.gov.sg/content/portal/en/assessment/landing.html" target="_blank">Use Assessment Tools <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://developer.ssg-wsg.gov.sg/webapp/home" target="_blank">Developer Portal <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> </div> </div> <div class="d-flex d-none navLinksContainer"> <div class="row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://skillsfuture.gobusiness.gov.sg/" target="_blank">SkillsFuture for Business <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://developer.ssg-wsg.gov.sg/webapp/home" target="_blank">Developer Portal <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.gobusiness.gov.sg/sdl-e-services/" target="_blank">Skills Development Levy <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> </div> </div> <div class="d-flex d-none navLinksContainer"> <div class="row dSubGroups"> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://www.tpgateway.gov.sg/" target="_blank">TPGateway <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> <div class="col-6 mb-4"><a class="dropdown-item d-flex align-items-center nav-links pt-0" href="https://developer.ssg-wsg.gov.sg/webapp/home" target="_blank">Developer Portal <em class="fa-solid fa-arrow-up-right-from-square ms-2"></em></a> </div> </div> </div> </div> </div> </div> </li> </ul> </li> <li class="nav-item"><a class="nav-link fw-bold py-3 py-lg-0" href="/resources">Resources</a> </li> <li class="nav-item"><a class="nav-link fw-bold py-3 py-lg-0" href="/contact">Contact Us</a> </li> </ul> </div> <div class="collapse search-con pb-4 pb-sm-1 h-auto" id="searchBarContainer"> <div class="container py-3"> <div id="searchsg-searchbar" data-client-id="b8cc503b-7740-4eff-84af-1aa12bf9879c" data-override-display-name="SkillsFuture Singapore" data-display-new="true"></div> </div> </div> </div> </div> </nav> <main> <nav class="navbar navbar-expand-lg bg-body-tertiary report-navbar"> <div class="container"> <a class="navbar-brand" href="/skillsreport">Skills Demand for the Future Economy 2023/24</a> <button class="navbar-toggler py-0 px-0 my-0 mx-0" type="button" data-bs-toggle="collapse" data-bs-target="#reportNavigation" aria-expanded="false"> <em class="fa-solid fa-bars"></em> </button> <div class="collapse navbar-collapse" id="reportNavigation"> <ul class="navbar-nav me-auto mb-2 mb-lg-0 me-lg-0"> <li class="nav-item dropdown"> <a class="nav-link " href="/skillsreport/about-the-report">About the Report</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" aria-expanded="false">Changes to Skills Compositions<em class="fa-solid fa-chevron-down d-lg-none"></em></a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/skillsreport/changes-to-skills-compositions/skills-composition-of-singapore-economy">Skills Composition of Singapore Economy</a></li> <li><a class="dropdown-item" href="/skillsreport/changes-to-skills-compositions/job-cluster-hotels-and-fnb-managers">Job Cluster: Hotels and F&B Managers</a></li> <li><a class="dropdown-item" href="/skillsreport/changes-to-skills-compositions/job-cluster-it-infrastructure-and-cybersecurity-professionals">Job Cluster: IT Infrastructure and Cybersecurity Professionals</a></li> <li><a class="dropdown-item" href="/skillsreport/changes-to-skills-compositions/job-cluster-engineers">Job Cluster: Engineers</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" aria-expanded="false">Priority Skills<em class="fa-solid fa-chevron-down d-lg-none"></em></a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/skillsreport/priority-skills/green-economy">Green Economy</a></li> <li><a class="dropdown-item" href="/skillsreport/priority-skills/digital-economy">Digital Economy</a></li> <li><a class="dropdown-item" href="/skillsreport/priority-skills/care-economy">Care Economy</a></li> <li><a class="dropdown-item" href="/skillsreport/priority-skills/skills-forecasting">Skills Forecasting</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" aria-expanded="false">Career Mobility Planning<em class="fa-solid fa-chevron-down d-lg-none"></em></a> <ul class="dropdown-menu"> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/opportunities-for-career-transitioners">Opportunities for Career Transitioners</a></li> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/job-role-enrolled-nurse">Job role: Enrolled Nurse</a></li> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/job-role-courseware-developer">Job role: Courseware Developer</a></li> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/job-role-data-analyst">Job role: Data Analyst</a></li> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/job-role-security-engineer">Job role: Security Engineer</a></li> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/job-role-process-engineer">Job role: Process Engineer</a></li> <li><a class="dropdown-item" href="/skillsreport/career-mobility-planning/job-role-business-development-manager">Job role: Business Development Manager</a></li> </ul> </li> <li class="nav-item dropdown"> <a class="nav-link " href="/skillsreport/skills-development-journey">Skills Development Journey</a> </li> <li class="nav-item dropdown"> <a class="nav-link " href="/skillsreport/download-full-report">Download Full Report</a> </li> </ul> </div> </div> </nav> <div> <div class="container"> <nav class="bread-nav"> <ol class="breadcrumb"> <li class="breadcrumb-item icon active" aria-current="page">About the Report</li> </ol> </nav> </div> </div> <section class="container my-3"> <div class="row justify-content-center justify-content-md-between"> <div class="col-12 d-flex mb-3"> <div class="featured-story-release w-100"> <div class="ft-text d-flex flex-column"> <p class="content-subtitle">FOREWORD</p> <h2>Mr Chan Chun Sing </h2> <hr class="my-1 sm-250w" /> <p>Minister for Education <br />Singapore<br /></p><a class="btn bgPurple fw-bold c-white border-0" href="/skillsreport/about-the-report/foreword">Read More</a> </div> </div> </div> <div class="col-12 d-flex mb-3"> <div class="featured-story-release w-100"> <div class="ft-text d-flex flex-column"> <p class="content-subtitle">WHAT IS IN STORE FOR YOU?</p> <h2>Dr Gog Soon Joo </h2> <hr class="my-1 sm-250w" /> <p>Chief Skills Officer <br />SkillsFuture Singapore<br /></p><a class="btn bgPurple fw-bold c-white border-0" href="/skillsreport/about-the-report/executive-summary">Read More</a> </div> </div> </div> </div> </section> <section class="container mb-3"> <h3>Report Methodology </h3> <div class="general-tabs report-general-tabs"> <div class="accordion accordion-gap" id="accordionParent0"> <div class="accordion-item"> <h2 class="accordion-header"><button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse0" aria-expanded="false" aria-controls="collapse0">Chapter 1 </button></h2> <div id="collapse0" class="accordion-collapse collapse" data-bs-parent="#accordionParent0" style=""> <div class="accordion-body"> <h4><strong><span style="text-decoration:underline;">Changes to Skill Composition of Jobs in the Singapore Economy (2012-2022)</span></strong> </h4> <div class="row"> <div class="col-md-6"> <p><strong>A. Tagging job posting data (2012-2022) to Singapore Standard Occupational Classification (SSOC)</strong><br />Job posting data was tagged to the latest SSOC 2020, and at SSOC level 3, to distinguish between different types of job roles while avoiding overly granular analysis. </p> <p><strong>B. Tagging job posting data (2012-2022) to the Singapore Skills Taxonomy (SST) and Apps & Tools</strong><br />The <strong>SST</strong> is a hierarchical classification system that is used to define, categorise, and organise skills according to their corresponding knowledge and abilities. The primary purpose of the SST is to systematically define, organise and communicate the most relevant clusters of in-demand skills needed and to provide clarity and structure around the skills required for the workplace. For analysis, we used SST level 1 which has 10 clusters to help readers quickly understand the landscape of skills. Beyond skills, <strong>Apps & Tools</strong> are also critical enablers to perform work. SSG has identified about 900 Apps & Tools from job posting data. The 10 SST level 1 clusters and the Apps & Tools cluster constitute the 11 clusters in our analysis. </p> </div> <div class="col-md-6"> <p><strong>C. Performing data analysis</strong><br />Each cluster was normalised by dividing the total count of skills or Apps & Tools that belong to the cluster based on job postings in a given year, by the total count of skills or Apps & Tools from all 11 clusters based on job postings in the same year. The result is each cluster represented as a share that indicates its relative importance for a given type of job (SSOC), or its relative importance in Singapore’s economy. The hiring demand is calculated by grouping the job postings related to a given type of job. </p> <p>In this chapter, data from three years (2012, 2017, and 2022) was highlighted to show the changes in skills by comparing the beginning year of the data, the middle year of the data before COVID-19, and the end year of the data during the COVID-19 recovery. The top 10 demanded skills or Apps & Tools for each cluster were analysed across the three years to show how individual skills have become more important or less important over time. </p> <p>The 11 clusters are: Business Management, Production Management, Innovative Design, Data Management, Human Resources, Care Services, Operations Management, Financial Management, Environmental Management, Critical Core Skills, and Apps & Tools. </p> </div> </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header"><button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1" aria-expanded="false" aria-controls="collapse1">Chapter 2 </button></h2> <div id="collapse1" class="accordion-collapse collapse" data-bs-parent="#accordionParent0" style=""> <div class="accordion-body"> <h4><strong><span style="text-decoration:underline;">Priority Skills in the Three Economies: Green, Digital and Care </span></strong> </h4> <div class="row"> <div class="col-md-6 mb-3 mb-md-0"> <p><strong>A. Definition of priority skills </strong><br /><strong>Priority skills</strong> refer to skills that citizens can prioritise to gain access and thrive in specific sectors. These skills were derived from SSG’s National Jobs-Skills Intelligence engine and validated with expert input from industry, academia, and sector agencies. In the various charts within this chapter, SSG chose to spotlight skills whose demand grew in recent years, rather than just skills with a large existing demand. The spotlighted skills are more likely to see shortages now and in the near future. </p> <p><strong>B. Measurement of demand growth and transferability of priority skills </strong> <strong>Demand growth</strong> for a given priority skill refers to the growth in employers’ demand for the skill as reflected in job postings over four calendar years. Growth in employers’ demand for a given priority skill is then computed as the <strong>compound annual growth rate (CAGR)</strong> of job postings that mentioned the skill. If two priority skills, ‘S1’ and ‘S2’, are mentioned in a single job posting, the job posting will be counted twice, once under ‘S1’ and once under ‘S2’ to compute the respective CAGR. If a priority skill is mentioned more than once in a single job posting, the job posting will only be counted once under that priority skill to compute the CAGR. In this report, demand growth is calculated using CAGR based on job postings from 2019 to 2022. </p> <div class="img-container mb-3"><img sfref="[images|OpenAccessDataProvider]320c247f-74d1-41b3-bf8a-f50c91a61bbf" src="/images/default-source/skills-report-2023/chapter-2-formula-1.png?sfvrsn=ed4a999e_3" alt="chapter-2-formula-1" title="chapter-2-formula-1" data-displaymode="Original" /><br /></div> <p><strong>Transferability</strong> for a given priority skill refers to the number of unique job roles that require the skill. SSG spotlighted highly transferable skills as, all things being equal, these skills would contribute the most to an individual’s career versatility. A job role is deemed to require a skill when job postings for that job role mention the skill. In computing the number of unique job roles, a job role is counted only once even when there are multiple job postings for the job role. In this segment, transferability is aggregated based on job postings from 2019 to 2022. </p> <div class="img-container mb-3"><img sfref="[images|OpenAccessDataProvider]df8ddad4-75a1-43c7-8dac-ce44cdbdeaf2" src="/images/default-source/skills-report-2023/chapter2-formula-2.png?sfvrsn=f8974018_3" alt="chapter2-formula-2" title="chapter2-formula-2" data-displaymode="Original" /><br /></div> </div> <div class="col-md-6"> <p><strong>C. Measurement of yearly market share and yearly transferability</strong><br /><strong>Yearly Market Share</strong> of a given priority skill refers to the relative demand of the skill as compared to the entire demand of all the skills for its respective economy. This allows us to determine how valuable a skill is as compared to the other skills within the economy. </p> <div class="img-container mb-3"><img sfref="[images|OpenAccessDataProvider]03630024-30a2-4020-8487-6dd72ff85b6e" src="/images/default-source/skills-report-2023/chapter-2-formula-4.png?sfvrsn=50fdbee7_3" alt="chapter-2-formula-4" title="chapter-2-formula-4" data-displaymode="Original" /><br /></div> <p><strong>Yearly Transferability</strong> of a given priority skill refers to the number of unique job roles that require the skill that year. In this segment, transferability is calculated year by year based on job postings from 2019 to 2022. </p> <div class="img-container mb-3"><img sfref="[images|OpenAccessDataProvider]8891e9ec-cb2b-470d-967d-13dd6fcd1501" src="/images/default-source/skills-report-2023/chapter-2-formula-3.png?sfvrsn=c8c48956_3" alt="chapter-2-formula-3" title="chapter-2-formula-3" data-displaymode="Original" /><br /></div> <p><strong>D. Forecasting skills’ demand and transferability growth</strong><br />A time series regression with univariate forecasting using Meta’s Prophet model was used on 11 years of job posting data to predict a skills’ future demand and transferability. Only skills that are within acceptable R2<sup>1</sup> and <strong>Symmetric Mean Average Percentage Error (SMAPE)<sup>2</sup></strong> values are featured in the chapter as they are within model fit and prediction accuracy thresholds. </p> <div class="img-container mb-3"> </div> <div class="super-text mt-auto"> <p><span><sup>1</sup>R2 refers to the coefficient of determination which indicates how well the data points fit with the model. </span><br /><span><sup>2</sup>SMAPE is an accuracy measure based on relative errors that informs how close a forecasted value matches the actual value.</span> </p> </div> </div> </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header"><button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="false" aria-controls="collapse2">Chapter 3 </button></h2> <div id="collapse2" class="accordion-collapse collapse" data-bs-parent="#accordionParent0" style=""> <div class="accordion-body"> <h4><strong><span style="text-decoration:underline;">Career Mobility Planning: a Multi-step Approach </span></strong> </h4> <div class="row mb-3"> <div class="col-md-6 mb-3 mb-md-0"> <p><strong>A. Identification of growth job roles suitable for career transition </strong><br /><strong>Growth job roles</strong> are job roles that are increasingly in-demand or have seen high demand growth between 2019 to 2022. The compound annual growth rate (CAGR) <sup>3</sup> is used to calculate the demand growth of job posting numbers for each job role. Using the CAGR of all job postings from 2019 to 2022 as a baseline (65%), job roles with an average CAGR of 65% and above were deemed to reflect a reasonable growth and demand. </p> <p>These in-demand, high-growth job roles are then filtered through a two-step approach to assess: </p> <ol> <li>Job roles that have more entry level positions suitable for career transitioners – these are job roles where more than 50% of the job postings analysed indicate applicants with three years of experience or less as the minimum years of experience needed and; </li> <li>Job roles that have required proficiency levels of technical skills which are more attainable – these are defined as job roles with an average skill proficiency level below 4.0 which indicates that the level of technical skills required are relatively easy to attain for career transitioners. </li> </ol> <p>This figure shows the methodology and process flow that was applied to job posting data to derive the growth job roles that are more accessible for career transitioners to move into. </p> </div> <div class="col-md-6 d-flex flex-column align-items-center"> <h4>Process flow to identify accessible growth job roles</h4> <div class="img-container"><img sfref="[images|OpenAccessDataProvider]777f7919-2609-4414-abd7-b15d7d2a028d" src="/images/default-source/skills-report-2023/chapter3-1.png?sfvrsn=5e88c095_3" alt="chapter3-1" title="chapter3-1" data-displaymode="Original" /></div> </div> </div> <div class="row"> <div class="col-md-6"> <p><strong>B. Identification of adjacent job roles and growth job roles that one can progress into </strong><br /><strong>Adjacent job roles</strong> are job roles that may have a relatively smoother transition into growth job roles for career transition. </p> <p>These roles were shortlisted using the SSG’s jobs-skills adjacency algorithm, with the following three-step approach: </p> <ol> <li>Determine job roles with a similar level of technical expertise where the average proficiency level difference is within +/- 1 </li> <li>Identify job roles with a percentage difference in minimum wage compared to the growth role higher than -25% (where applicable) </li> <li>Identify job roles with a similarity score of at least 0.5. Job role similarity of 0.5 and above is deemed to reflect reasonable similarity between two job roles (i.e.: destination job role is adjacent). A job role similarity of less than 0.5 reflects bold moves that may require more effort to move into the growth job role.</li> </ol> </div> <div class="col-md-6 d-flex flex-column align-items-center"> <div class="img-container"><img sfref="[images|OpenAccessDataProvider]24eb7307-b5c7-489f-9021-7b05641bfdad" src="/images/default-source/skills-report-2023/chapter-3-2.png?sfvrsn=7039cf5f_3" alt="" title="chapter-3-2" data-displaymode="Original" /><br /></div> <div class="super-text mt-auto"> <p><span>3 CAGR is the average annual growth rate over a specified period of time longer than one year. It represents one of the most accurate ways to calculate anything that can rise or fall in value over time.</span> </p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="container mb-3"> <h3>Glossary and Acknowledgments </h3> <div class="general-tabs report-general-tabs"> <div class="accordion accordion-gap" id="accordionParent0"> <div class="accordion-item"> <h2 class="accordion-header"><button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1" aria-expanded="false" aria-controls="collapse1">Glossary</button></h2> <div id="collapse1" class="accordion-collapse collapse" data-bs-parent="#accordionParent0" style=""> <div class="accordion-body"> <div class="ds-table"> <table class="report-table k-table sf-list" style=""> <tbody> <tr style=""> <th>Adjacent job role(s)</th> <td>One or more job role(s) with high job role similarity as compared to the job role in question, and may entail a relatively smoother job transition</td> </tr> <tr style=""> <th>Apps & Tools</th> <td>Digital and technology solutions programs, in software or app formats, that help people complete tasks more efficiently and effectively</td> </tr> <tr style=""> <th data-role="resizable" style="">Care Economy</th> <td>An economy that is based on a professional cluster of jobs and skills focused on providing the care and support services involved in the nurturing and teaching of current and future populations</td> </tr> <tr style=""> <th>Compound annual growth rate (CAGR)</th> <td>The average annual growth rate over a specified period of time longer than one year. It represents one of the most accurate ways to calculate anything that can rise or fall in value over time.</td> </tr> <tr style=""> <th>Critical Core Skills</th> <td>A unique set of 16 core skills identified by Singapore employers as the most critical to thrive in the future economy</td> </tr> <tr style=""> <th>Demand growth</th> <td>Demand growth for a given priority skill refers to the growth in employers’ demand for the skill as reflected in job postings over four calendar years</td> </tr> <tr style=""> <th>Digital Economy</th> <td>An economy that is based on digital computing technologies, based on interconnecting people, organisations, and machines through the Internet, mobile technology, and the Internet-of-Things (IoT) </td> </tr> <tr style=""> <th>Green Economy</th> <td>An economy that strives to achieve environmental, economic, and social outcomes to take care of the environment and use limited resources as efficiently and sustainably as possible </td> </tr> <tr> <th>Growth job role</th> <td>A job that is increasingly in-demand or has seen high demand growth over the period of analysis (between 2019 to 2022)</td> </tr> <tr style=""> <th>Industry 4.0</th> <td>The exploitation of technological advancements, particularly in the digital space, to make step improvements in process efficiency, sustainability, and product or service quality </td> </tr> <tr> <th>Job family</th> <td>Used in SSG's research on changes to skill compositions, a job family is a job grouping related by common job roles. Job roles in a job family require similar knowledge, skills, and abilities; and have a continuum of knowledge, skills, and abilities</td> </tr> <tr style=""> <th>Priority skills</th> <td>Skills that citizens can prioritise to gain access and thrive in specific sectors. These skills were derived from SSG’s National Jobs-Skills Intelligence engine and validated with expert input from industry, academia, and sector agencies</td> </tr> <tr style=""> <th>Singapore Skills Taxonomy (SST)</th> <td>The SST is SSG's hierarchical classification system that is used to define, categorise, and organise skills according to their corresponding knowledge and abilities</td> </tr> <tr> <th>Skills composition</th> <td>The changing portfolio of skills needed in jobs over time</td> </tr> <tr style=""> <th>Skill demand growth</th> <td>Demand growth that captures the relative scale of the increase in demand for that skill</td> </tr> <tr style=""> <th>Symmetric mean absolute percentage error (SMAPE)</th> <td>An accuracy measure based on relative errors that informs how close a forecasted value matches the actual value</td> </tr> <tr style=""> <th>Tech-heavy</th> <td>Tech-heavy roles are specialised roles responsible for the development, implementation, and maintenance of more complex technological solutions and applications </td> </tr> <tr style=""> <th>Tech-lite</th> <td>Tech-lite roles are job roles that involve the use of foundational digital solutions at work</td> </tr> <tr style=""> <th>Transferability</th> <td>Transferability for a given priority skill refers to the number of unique job roles that require the skill </td> </tr> <tr style=""> <th>Yearly market share</th> <td>The yearly market share of a given priority skill refers to that skill's relative demand, as compared to the entire demand of all the skills, for its respective economy</td> </tr> <tr> <th data-role="resizable" style="">Yearly transferability</th> <td>Yearly transferability of a given priority skill refers to the number of unique job roles that require the skill that year</td> </tr> </tbody> </table> </div> </div> </div> </div> <div class="accordion-item"> <h2 class="accordion-header"><button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse0" aria-expanded="false" aria-controls="collapse0">Acknowledgements</button></h2> <div id="collapse0" class="accordion-collapse collapse" data-bs-parent="#accordionParent0" style=""> <div class="accordion-body"> <h4>We would like to express our gratitude to the following organisations and individuals for sharing their ideas in this publication:</h4> <ul> <li><span style="font-size:small;">Anthony Chew, Chief Core Skills Officer, NTUC LearningHub Pte Ltd</span></li> <li><span style="font-size:small;">Angeline Chiang, Principal Career Coach, Workforce Singapore</span></li> <li><span style="font-size:small;">Dr Ramesh Tarani, Skills Ambassador, Lifelong Learning Institute</span></li> <li><span style="font-size:small;">Grace Lam, Director, Seraphcorp Institute Pte Ltd</span> </li> <li><span style="font-size:small;">Evan Law, Assistant Chief Executive, Accountancy Sector Development Group, Accounting and Corporate Regulatory Authority</span></li> <li><span style="font-size:small;">Claire Lim, Head of Business Development, Capelle Consulting Pte Ltd</span></li> <li><span style="font-size:small;">Benjamin Mah, Co-Chairman, SGTech Talent Committee</span> </li> <li><span style="font-size:small;">Rajat Maheshwari, Vice President, Cyber and Intelligence Solutions, Asia Pacific Mastercard Asia Pacific Limited</span></li> <li><span style="font-size:small;">Lynette Ong, Chief Operating Officer, Tan Tock Seng Hospital</span></li> <li><span style="font-size:small;">Nirmala Palaysamy, Deputy Director, Public Service Division, Prime Minister's Office</span></li> <li><span style="font-size:small;">Sim Cher Wee, Vice President, Global Talent Acquisition, Mobility and Immigration, Micron Technology</span></li> <li><span style="font-size:small;">Tan Chee Keong, Principal Career Coach, Workforce Singapore</span></li> <li><span style="font-size:small;">Dr Ruby Toh, Principle Researcher/ Senior Lecturer, Singapore University of Social Science, Institute for Adult Learning</span></li> <li><span style="font-size:small;">Jeremiah Wong, Lead Career Developer, Avodah People Solutions</span></li> <li><span style="font-size:small;">Jacqueline Yeung, Career Developer, Avodah People Solutions</span></li> <li><span style="font-size:small;">Ong Yi Ling, Career Developer, Avodah People Solutions</span></li> <li><span style="font-size:small;">Generation Singapore Pte Ltd</span><span style="font-size:small;"></span></li> <li><span style="font-size:small;">Health Management International Pte Ltd</span></li> <li><span style="font-size:small;">Ernst & Young Pte Ltd</span></li> <li><span style="font-size:small;">Herbal Pharm Pte Ltd</span></li> </ul> <h4>And to the following individuals for sharing their personal stories:</h4> <ul> <li><span style="font-size:small;">Carol Wong </span></li> <li><span style="font-size:small;">Chua Wan Ting</span></li> <li><span style="font-size:small;">Elango Angayar Kanni</span></li> <li><span style="font-size:small;">Hazel Xie</span></li> <li><span style="font-size:small;">Jumahat bin Leman </span></li> <li><span style="font-size:small;">Chua Kiat Leong</span></li> <li><span style="font-size:small;">Kung Teong Wah</span></li> <li><span style="font-size:small;">Tanya Sng</span></li> </ul> <h4>We would also like to express our thanks to the following organisations for their joint-effort in leading sectoral transformation, and driving talent-and-skills strategies in their respective sector: </h4> <p><span style="font-size:small;">Accounting and Corporate Regulatory Authority, Agency for Integrated Care, Building and Construction Authority, Cyber Security Agency of Singapore, DesignSingapore Council, Early Childhood Development Agency, Energy Market Authority, Enterprise Singapore, Infocomm Media Development Authority, Institute for Adult Learning, Institute for Human Resource Professionals, The Institute of Banking & Finance Singapore, The Institution of Engineers, Singapore, Land Transport Authority, Maritime and Port Authority of Singapore, Ministry of Education, Ministry of Health, Ministry of Law, Ministry of Manpower, Ministry of Social and Family Development, Ministry of Sustainability and the Environment, Ministry of Trade and Industry, Monetary Authority of Singapore, National Arts Council, National Environment Agency, National Library Board, Public Service Division, SGTech, Singapore Accountancy Commission, Singapore Computer Society, Singapore Economic Development Board, Singapore Food Agency, Singapore Tourism Board, Workforce Singapore</span> </p> <h3> </h3> <div class="ds-table"> </div> </div> </div> </div> </div> </div> </section> <div class="container mb-3"><br /> <p style="text-align:center;"><strong>We greatly appreciate your feedback on the report <a href="https://form.gov.sg/653b5cc91233c40011d60571" target="_blank">here</a>.</strong></p> </div> <section class="container mb-3 pt-3"> <div class="report-page-nav d-flex justify-content-between"><a href="/skillsreport/about-the-report/executive-summary" sfref="[f669d9a7-009d-4d83-ddaa-000000000002|lng%3Aen]f7666f4b-2060-4897-8852-0296cda14849"><em class="fa-solid fa-chevron-left me-2"></em>Prev</a> <span></span><a href="/skillsreport/changes-to-skills-compositions/skills-composition-of-singapore-economy" sfref=" [f669d9a7-009d-4d83-ddaa-000000000002|lng%3aen]ee4ef813-4f5f-4cef-9310-adcb61f094db "="=" " "="">Next<em class="fa-solid fa-chevron-right ms-2 "></em></a> </div> </section> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q08T8MHPLV"></script> <script> 聽 window.dataLayer = window.dataLayer || []; 聽 function gtag(){dataLayer.push(arguments);} 聽 gtag('js', new Date()); 聽 gtag('config', 'G-Q08T8MHPLV'); </script> <!-- Google Tag Manager --> <script> 聽聽聽聽聽聽聽 (function (w, d, s, l, i) { 聽聽聽聽聽聽聽聽聽聽聽 w[l] = w[l] || []; w[l].push({ 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'gtm.start': 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 new Date().getTime(), event: 'gtm.js' 聽聽聽聽聽聽聽聽聽聽聽 }); var f = d.getElementsByTagName(s)[0], 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); 聽聽聽聽聽聽聽 })(window, document, 'script', 'dataLayer', 'GTM-PMKNX3Z');</script> 聽 聽聽聽 <script> 聽聽聽聽聽聽聽 (function (w, d, s, l, i) { 聽聽聽聽聽聽聽聽聽聽聽 w[l] = w[l] || []; w[l].push({ 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'gtm.start': 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 new Date().getTime(), event: 'gtm.js' 聽聽聽聽聽聽聽聽聽聽聽 }); var f = d.getElementsByTagName(s)[0], 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); 聽聽聽聽聽聽聽 })(window, document, 'script', 'dataLayer', 'GTM-N3WZP87');</script> 聽 聽聽聽 <script> 聽聽聽聽聽聽聽 (function (w, d, s, l, i) { 聽聽聽聽聽聽聽聽聽聽聽 w[l] = w[l] || []; w[l].push({ 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'gtm.start': 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 new Date().getTime(), event: 'gtm.js' 聽聽聽聽聽聽聽聽聽聽聽 }); var f = d.getElementsByTagName(s)[0], 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); 聽聽聽聽聽聽聽 })(window, document, 'script', 'dataLayer', 'GTM-W6485VX');</script> 聽 聽聽聽 <script> 聽聽聽聽聽聽聽 (function (w, d, s, l, i) { 聽聽聽聽聽聽聽聽聽聽聽 w[l] = w[l] || []; w[l].push({ 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'gtm.start': 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 new Date().getTime(), event: 'gtm.js' 聽聽聽聽聽聽聽聽聽聽聽 }); var f = d.getElementsByTagName(s)[0], 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); 聽聽聽聽聽聽聽 })(window, document, 'script', 'dataLayer', 'GTM-PTP8C9');</script> 聽 聽聽聽 <!-- End Google Tag Manager --> <!-- Google Analytics <script> 聽聽聽聽聽聽聽聽聽聽聽 (function(i, s, o, g, r, a, m) { 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 i['GoogleAnalyticsObject'] = r; 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 a = s.createElement(o), 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 m = s.getElementsByTagName(o)[0]; 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 a.async = 1; 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 a.src = g; 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 m.parentNode.insertBefore(a, m) 聽聽聽聽聽聽聽聽聽聽聽 })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); 聽聽聽聽聽聽聽聽聽聽聽 ga('create', 'UA-60121485-1', 'auto'); 聽聽聽聽聽聽聽聽聽聽聽 ga('send', 'pageview'); </script>--> 聽 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-60121485-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-857268539"></script> 聽 聽聽聽 <script> 聽聽聽聽聽聽聽 window.dataLayer = window.dataLayer || []; 聽聽聽聽聽聽聽 function gtag() { dataLayer.push(arguments) }; 聽聽聽聽聽聽聽 gtag('js', new Date()); 聽 聽聽聽聽聽聽聽 gtag('config', 'UA-60121485-1'); 聽聽聽聽聽聽聽 gtag('config', 'AW-857268539'); </script> </main> <script id="searchsg-config" src="https://api.search.gov.sg/v1/searchconfig.js?clientId=b8cc503b-7740-4eff-84af-1aa12bf9879c" defer ></script> <footer id="footer"> <div class="container pt-5 d-flex flex-column "> <div class="foot-top py-2"><img alt="skills future logo footer" src="/images/default-source/template/skillsfuturesg_whitev3.webp" style="max-width:140px;" class="mb-3" /> <div class="row footer-dropdown-container w-100"> <div class="col-12 col-lg-3"> <div class="dropdown"> <p style="font-family:Inter-Bold;font-size:1em;">SkillsFuture Singapore </p> <ul class="d-lg-block"> <li class="mb-lg-2"><a href="/Newsroom">Newsroom</a></li> <li><a href="/careers">Careers</a></li> <li class="d-lg-none"><a href="/contact-us">Contact Us</a></li> <li class="d-lg-none"><a href="https://service-portal.skillsfuture.gov.sg/s/" target="_blank">Feedback</a></li> </ul> </div> </div> <div class="col-12 col-lg-3 d-none d-lg-block" style="margin-left:auto;"> <div class="dropdown d-flex flex-column align-items-end"> <p style="visibility:hidden;font-size:1em;"> </p> <ul class="d-lg-block text-lg-end"> <li class="mb-lg-2"><a href="/contact-us">Contact Us</a></li> <li><a href="https://service-portal.skillsfuture.gov.sg/s/" target="_blank">Feedback</a></li> </ul> </div> </div> </div> <div class="social d-flex"><a href="https://www.facebook.com/skillsfuturesg" aria-label="Visit SkillsFuture's Facebook page" title="Facebook"><em class="fa-brands fa-facebook-f"></em></a> <a href="https://www.instagram.com/skillsfuturesg/" aria-label="Visit SkillsFuture's Instagram page" title="Instagram"><em class="fa-brands fa-instagram"></em></a> <a href="http://www.linkedin.com/company/skillsfuture-sg" aria-label="Visit SkillsFuture's Linkedin page" title="Linkedin"><em class="fa-brands fa-linkedin-in"></em></a> <a href="http://www.youtube.com/c/skillsfuturesg" aria-label="Visit SkillsFuture's YouTube page" title="YouTube"><em class="fa-brands fa-youtube"></em></a> <a href="https://t.me/skillsfuturesg"><img alt="telegram" style="max-width:23px;" src="/images/default-source/template/path-10839.png?sfvrsn=fa5421d4_0/ Path-10839 .png" /></a> <a href="https://www.tiktok.com/@skillsfuturesg" aria-label="Visit SkillsFuture's TikTok page" title="TikTok"><em class="fa-brands fa-tiktok"></em></a> </div> </div> <div class="foot-bot d-flex flex-column"> <div class="d-flex flex-column flex-lg-row mt-3"> <a href="https://www.tech.gov.sg/report_vulnerability" target="_blank"> <p class="my-0">Report Vulnerability</p> </a> <a href="/PrivacyPolicy"> <p class="my-0">Privacy Policy</p> </a> <a href="/TermsofUse"> <p class="my-0">Terms of Use</p> </a> <a href="https://www.gov.sg/"> <p class="my-0">GOV.SG</p> </a> <a href="https://www.reach.gov.sg/"> <p class="my-0">REACH</p> </a> </div> <div class="d-flex flex-column mt-3"> <p class="my-0">© 2024 Government of Singapore</p> <p class="my-0 last-updated-p">Last updated on 03 Apr 2023</p> </div> </div> </div> </footer> <script src="/assets/dist/js/popper.min.js" type="text/javascript"></script><script src="/assets/dist/js/bootstrap.min.js" type="text/javascript"></script><script src="/assets/dist/js/main.js" type="text/javascript"></script><script src="/Frontend-Assembly/SFSkillsFuture/Mvc/Views/CustomNavbar/customnav.js?v=LTU1MDYyMTk5Ng%3d%3d" type="text/javascript"></script><script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { var imgs = document.querySelectorAll('img'); imgs.forEach((image) => { if (!image.alt){ image.setAttribute('alt', ''); } }); }); </script> <div id="last-modified" class="d-none">19 Mar 2024</div> <script data-search-pseudo-elements src="/assets/dist/js/all.min.js" type="text/javascript"></script> <script> document.addEventListener('DOMContentLoaded', () => { const lastModified = document.getElementById('last-modified'); if (!lastModified) { return; }; let modifiedDate = lastModified.innerText; const dateSpan = document.querySelector('.last-updated-p'); if (!dateSpan) { return; }; if (typeof lastModifiedVariable !== 'undefined') { modifiedDate = lastModifiedVariable; }; dateSpan.innerText = `Last updated on ${modifiedDate}`; }) </script> </body> </html>