mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 14:46:00 +03:00
[GH-ISSUE #126] Data Provenance: Source #61
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#61
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 (Oct 31, 2025).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/126
Rationale:
Information about the Source is a part of the Data Provenance.
Source is defined by 2 entities:
Source Group ("source")(specifies which source it is as a group e.g. "Bank1") &Source Version ("source_version")(specifies the exact source's versions which should be grouped e.g. "Bank1_v1.2.3").To Do:
source_version_calendarsource_version_semanticSource Group ("source")entity, which should have at least following fields:user_codenameshort_namepublic_nameSource Version ("source_version")entity, which should have at least following fields:user_codenameshort_namepublic_namesource_groupversion_sematicversion_calendar-(dash) instances ofSource Group ("source")&Source Version ("source_version")entities.