class ScheduleAByOccupation(BaseAggregate):
    __table_args__ = {'schema' : 'disclosure'}
    __tablename__ = 'dsc_sched_a_aggregate_occupation'
    occupation = db.Column(db.String, primary_key=True, doc=docs.OCCUPATION)