schema.org.ai

Financialreportingsoftware

Accounting software

Extends: Technology

Financial reporting software

Accounting software

Overview

Category: Accounting software

Accounting software

Related Skills

No related skills listed.

Occupations Using This Technology

  • SOC Code: 11-9171.00
  • SOC Code: 13-2011.00
  • SOC Code: 13-2031.00
  • SOC Code: 43-3031.00

Usage in Platform

import { $ } from 'sdk.do'

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

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Financial reporting software",
  "applicationCategory": "Accounting software",
  "description": "Accounting software"
}