schema.org.ai

Costestimatingsoftware

Financial analysis software

Extends: Technology

Cost estimating software

Financial analysis software

Overview

Category: Financial analysis software

Financial analysis software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 13-1023.00
  • SOC Code: 13-1032.00
  • SOC Code: 13-1051.00
  • SOC Code: 13-2022.00
  • SOC Code: 13-2023.00
  • SOC Code: 15-1211.00
  • SOC Code: 17-2051.00
  • SOC Code: 17-2141.00
  • SOC Code: 43-5061.00
  • SOC Code: 47-1011.03
  • SOC Code: 47-2152.04
  • SOC Code: 47-2161.00
  • SOC Code: 47-2221.00
  • SOC Code: 47-2231.00
  • SOC Code: 47-3012.00
  • SOC Code: 47-3014.00

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Cost estimating software',
  category: 'Financial analysis software',
  description: 'Financial analysis software',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Cost estimating software",
  "applicationCategory": "Financial analysis software",
  "description": "Financial analysis software"
}