Skip to main content

Executive Compensation


Implementation details

Class names

Model nameParameters classData class
ExecutiveCompensationExecutiveCompensationQueryParamsExecutiveCompensationData

Import Statement

from openbb_core.provider.standard_models.executive_compensation import (
ExecutiveCompensationData,
ExecutiveCompensationQueryParams,
)

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.

Data

symbol: str
Symbol representing the entity requested in the data.

cik: str | None
Central Index Key (CIK) for the requested entity.

report_date: date | None
Date of reported compensation.

company_name: str | None
The name of the company.

executive: str | None
Name and position.

year: int | None
Year of the compensation.

salary: int | float | None
Base salary.

bonus: int | float | None
Bonus payments.

stock_award: int | float | None
Stock awards.

option_award: int | float | None
Option awards.

incentive_plan_compensation: int | float | None
Incentive plan compensation.

all_other_compensation: int | float | None
All other compensation.

total: int | float | None
Total compensation.