mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #128] Data Provenance: Provider #66
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sergeiosipov on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/128
Rationale:
Information about the Provider is a part of the Data Provenance.
Provider is defined by 2 entities:
Provider Group ("provider")(specifies which provider it is as a group e.g. "Provider1") &Provider Version ("provider_version")(specifies the exact provider's versions which should be grouped e.g. "Provider1_v.1.2.3").To Do:
provider_version_calendarprovider_version_semanticProvider Group ("provider")entity, which should have at least following fields:user_codenameshort_namepublic_nameProvider Version ("provider_version")entity, which should have at least following fields:user_codenameshort_namepublic_nameprovider_groupversion_sematicversion_calendar-(dash) instances ofProvider Group ("provider")&Provider Version ("provider_version")entities.