Rss Litigation
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
RssLitigation | RssLitigationQueryParams | RssLitigationData |
Import Statement
from openbb_core.provider.standard_models. import (
RssLitigationData,
RssLitigationQueryParams,
)
Parameters
- standard
- sec
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Data
- standard
- sec
Name | Type | Description |
---|---|---|
; |
Name | Type | Description |
---|---|---|
published | datetime | The date of publication. |
title | str | The title of the release. |
summary | str | Short summary of the release. |
id | str | The identifier associated with the release. |
link | str | URL to the release. |