Senior Loan Officer Survey
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
SeniorLoanOfficerSurvey | SeniorLoanOfficerSurveyQueryParams | SeniorLoanOfficerSurveyData |
Import Statement
from openbb_core.provider.standard_models.senior_loan_officer_survey import (
SeniorLoanOfficerSurveyData,
SeniorLoanOfficerSurveyQueryParams,
)
Parameters
- standard
- fred
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
category
: Literal['spreads', 'consumer', 'auto', 'credit_card', 'firms', 'mortgage', 'commercial_real_estate', 'standards', 'demand', 'foreign_banks']
Category of survey response.
• Default: spreads
• Optional: True
transform
: Literal['chg', 'ch1', 'pch', 'pc1', 'pca', 'cch', 'cca', 'log']
Description
Transformation type
None = No transformation
chg = Change
ch1 = Change from Year Ago
pch = Percent Change
pc1 = Percent Change from Year Ago
pca = Compounded Annual Rate of Change
cch = Continuously Compounded Rate of Change
cca = Continuously Compounded Annual Rate of Change
log = Natural Log
• Optional: True
Data
- standard
- fred
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
value
: float
Survey value.
title
: str
Survey title.
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
value
: float
Survey value.
title
: str
Survey title.