https://github.com/deolekar/secumas
Library to provide functions for Securities Master data (aka instrument reference data).
https://github.com/deolekar/secumas
help-wanted master-data-management python python3 refdata reference-data referencedata securitymaster
Last synced: about 2 months ago
JSON representation
Library to provide functions for Securities Master data (aka instrument reference data).
- Host: GitHub
- URL: https://github.com/deolekar/secumas
- Owner: deolekar
- License: mit
- Created: 2020-05-28T00:53:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T12:27:26.000Z (about 1 year ago)
- Last Synced: 2025-02-25T08:21:16.415Z (4 months ago)
- Topics: help-wanted, master-data-management, python, python3, refdata, reference-data, referencedata, securitymaster
- Language: Python
- Homepage: https://secumas.dev/
- Size: 615 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This Repo is for Securities Master Python custom package built.
```batch
pip install SecuMas
```Examples:
```python
import SecuMas''' Validate (ISIN)'''
print (SecuMas.isin.validate('IN8081309367'))''' Generate Dummy ISINs (development usecase)'''
print (SecuMas.isin.dummy(5))```
# Package documentation
> [Documentation](https://www.secumas.dev/)
# Code contributions
> [Check ToDo](https://github.com/deolekar/SecuMas/blob/master/ToDo.txt)
Improvements to SecuMas are most welcome. Integrating contributions will be done on a best-effort basis and can be made easier if the following are considered:
Contributions are made as GitHub pull requests.
Submitted contributions will often be reformatted and sometimes restructured for consistency with other parts.
Contributions will be acknowledged in the release notes.
Contributions should add or update a copyright statement if you feel the contribution is significant.
All contribution should be made with compatible applicable copyright.
It is not needed to modify the README.md, it will be updated on release.
All code should be well tested and achieve 100% code coverage.