lib/swagger/defs/financial-statement.yaml

68 lines
1.5 KiB
YAML
Raw Normal View History

2023-09-12 03:42:13 +00:00
FinancialStatement:
description: A financial statement for a company
properties:
AccessNumber:
description: EDGAR Access Number
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
AccountID:
description: Account ID
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
CloudRevenue:
description: Cloud Revenue
type: number
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
CreatedByID:
description: Created By User ID
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
CreatedDate:
description: Created Date
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
Description:
description: Description
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
EdgarURL:
description: EDGAR URL
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
FilingType:
description: Filing Type
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
GrossProfit:
description: Gross Profit
type: number
2023-10-26 15:37:13 +00:00
x-nullable: true
ID:
description: Record Id
type: string
2023-09-12 03:42:13 +00:00
LastModifiedByID:
description: Last Modified By User ID
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
LastModifiedDate:
description: Last Modified Date
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
NetIncome:
description: Net Income
type: number
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
PeriodEndDate:
description: Period End Date
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
TotalRevenue:
description: Total Revenue
type: number
2023-10-26 15:37:13 +00:00
x-nullable: true
2023-09-12 03:42:13 +00:00
Year:
description: Year
type: string
2023-10-26 15:37:13 +00:00
x-nullable: true
type: object