Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added taxonomies support #561

Closed
wants to merge 1 commit into from
Closed

Added taxonomies support #561

wants to merge 1 commit into from

Conversation

justinpolygon
Copy link
Contributor

@justinpolygon justinpolygon commented Nov 21, 2023

Added taxonomies support to vx client since it appeared in the rest spec.

$ python3 examples/rest/stocks-taxonomy.py
[
    Taxonomy(
        category="revenue_streams",
        reason="The text mentions revenue earned from the sale of digital goods or products, such as software licenses, e-books, music downloads, or digital media content.",
        relevance=None,
        tag="digital_product_sales",
        ticker="AAPL",
    ),
    Taxonomy(
        category="revenue_streams",
        reason="The text mentions revenue generated from the licensing of intellectual property rights to third parties, including franchise rights, patent licensing, brand licensing, and the receipt of royalties for authorized use of intellectual property like music royalties, book royalties, or patent royalties.",
        relevance=None,
        tag="licensing_and_royalties",
        ticker="AAPL",
    ),
]

@justinpolygon
Copy link
Contributor Author

Closing for now.

@justinpolygon justinpolygon deleted the jw-add-taxonomies branch November 21, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant