Metadata-Version: 1.1
Name: pyStock
Version: 0.0.7
Summary: A stock market model for persistence using SQLAlchemy
Home-page: www.lazzaroleonardo.com.ar
Author: Leonardo Lazzaro
Author-email: lazzaroleonardo@gmail.com
License: UNKNOWN
Description: pyStock
        
        Relational Diagram
        
        Functional Dependencies
        Broker
        IDENTIFICATION_CODE -> NAME, ADDRESS, PHONE
        Account
        
        Tick
        ASSET, REGISTER_NUMBER -> TICK_DATE, PRICE, BROKER_BUYER, BROKER_SELLER, rest of attributes
        
        
        
        
Keywords: stock market model persistence
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial
