Manufacturing Outlook Texas
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
ManufacturingOutlookTexas | ManufacturingOutlookTexasQueryParams | ManufacturingOutlookTexasData |
Import Statement
from openbb_core.provider.standard_models.manufacturing_outlook_texas import (
ManufacturingOutlookTexasData,
ManufacturingOutlookTexasQueryParams,
)
Parameters
- standard
- fred
Name | Type | Description | Default | Optional |
---|---|---|---|---|
start_date | Union[date, str] | Start date of the data, in YYYY-MM-DD format. | None | True |
end_date | Union[date, str] | End date of the data, in YYYY-MM-DD format. | None | True |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
start_date | Union[date, str] | Start date of the data, in YYYY-MM-DD format. | None | True |
end_date | Union[date, str] | End date of the data, in YYYY-MM-DD format. | None | True |
topic | Union[Union[Literal['business_activity', 'business_outlook', 'capex', 'prices_paid', 'production', 'inventory', 'new_orders', 'new_orders_growth', 'unfilled_orders', 'shipments', 'delivery_time', 'employment', 'wages', 'hours_worked'], str], List[Union[Literal['business_activity', 'business_outlook', 'capex', 'prices_paid', 'production', 'inventory', 'new_orders', 'new_orders_growth', 'unfilled_orders', 'shipments', 'delivery_time', 'employment', 'wages', 'hours_worked'], str]]] | The topic for the survey response. Multiple items allowed for provider(s): fred. | new_orders_growth | True |
frequency | Literal['annual', 'quarter'] | Frequency aggregation to convert monthly data to lower frequency. None is monthly. | None | True |
aggregation_method | Literal['avg', 'sum', 'eop'] | A key that indicates the aggregation method used for frequency aggregation. avg = Average; sum = Sum; eop = End of Period | None | True |
transform | Literal['chg', 'ch1', 'pch', 'pc1', 'pca', 'cch', 'cca', 'log'] | 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 | None | True |
Data
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
topic | str | Topic of the survey response. |
diffusion_index | float | Diffusion Index. |
percent_reporting_increase | float | Percent of respondents reporting an increase over the last month. |
percent_reporting_decrease | float | Percent of respondents reporting a decrease over the last month. |
percent_reporting_no_change | float | Percent of respondents reporting no change over the last month. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
topic | str | Topic of the survey response. |
diffusion_index | float | Diffusion Index. |
percent_reporting_increase | float | Percent of respondents reporting an increase over the last month. |
percent_reporting_decrease | float | Percent of respondents reporting a decrease over the last month. |
percent_reporting_no_change | float | Percent of respondents reporting no change over the last month. |