Repository URL to install this package:
|
Version:
1.0.1 ▾
|
# -*- coding: utf-8 -*-
class CategoriesEnum(object):
"""Implementation of the 'Categories' enum.
The enumeration of supported account types
Attributes:
ATM FEE: TODO: type description here.
ADVERTISING: TODO: type description here.
AIR TRAVEL: TODO: type description here.
ALCOHOL BARS: TODO: type description here.
ALLOWANCE: TODO: type description here.
AMUSEMENT: TODO: type description here.
ARTS: TODO: type description here.
AUTO TRANSPORT: TODO: type description here.
AUTO INSURANCE: TODO: type description here.
AUTO PAYMENT: TODO: type description here.
BABY SUPPLIES: TODO: type description here.
BABYSITTER DAYCARE: TODO: type description here.
BANK FEE: TODO: type description here.
BILLS UTILITIES: TODO: type description here.
BONUS: TODO: type description here.
BOOKS: TODO: type description here.
BOOKS SUPPLIES: TODO: type description here.
BUSINESS SERVICES: TODO: type description here.
BUY: TODO: type description here.
CASH ATM: TODO: type description here.
CHARITY: TODO: type description here.
CHECK: TODO: type description here.
CHILD SUPPORT: TODO: type description here.
CLOTHING: TODO: type description here.
COFFEE SHOPS: TODO: type description here.
CREDIT CARD PAYMENT: TODO: type description here.
DENTIST: TODO: type description here.
DEPOSIT: TODO: type description here.
DIVIDEND CAP GAINS: TODO: type description here.
DOCTOR: TODO: type description here.
EDUCATION: TODO: type description here.
ELECTRONICS SOFTWARE: TODO: type description here.
ENTERTAINMENT: TODO: type description here.
EYECARE: TODO: type description here.
FAST FOOD: TODO: type description here.
FEDERAL TAX: TODO: type description here.
FEES CHARGES: TODO: type description here.
FINANCE CHARGE: TODO: type description here.
FINANCIAL: TODO: type description here.
FINANCIAL ADVISOR: TODO: type description here.
FOOD DINING: TODO: type description here.
FURNISHINGS: TODO: type description here.
GAS FUEL: TODO: type description here.
GIFT: TODO: type description here.
GIFTS DONATIONS: TODO: type description here.
GROCERIES: TODO: type description here.
GYM: TODO: type description here.
HAIR: TODO: type description here.
HEALTH FITNESS: TODO: type description here.
HEALTH INSURANCE: TODO: type description here.
HOBBIES: TODO: type description here.
HOME: TODO: type description here.
HOME IMPROVEMENT: TODO: type description here.
HOME INSURANCE: TODO: type description here.
HOME PHONE: TODO: type description here.
HOME SERVICES: TODO: type description here.
HOME SUPPLIES: TODO: type description here.
HOTEL: TODO: type description here.
INCOME: TODO: type description here.
INTEREST INCOME: TODO: type description here.
INTERNET: TODO: type description here.
INVESTMENTS: TODO: type description here.
KIDS: TODO: type description here.
KIDS ACTIVITIES: TODO: type description here.
LATE FEE: TODO: type description here.
LAUNDRY: TODO: type description here.
LAWN GARDEN: TODO: type description here.
LEGAL: TODO: type description here.
LIFE INSURANCE: TODO: type description here.
LOAN FEES AND CHARGES: TODO: type description here.
LOAN INSURANCE: TODO: type description here.
LOAN INTEREST: TODO: type description here.
LOAN PAYMENT: TODO: type description here.
LOAN PRINCIPAL: TODO: type description here.
LOANS: TODO: type description here.
LOCAL TAX: TODO: type description here.
MOBILE PHONE: TODO: type description here.
MORTGAGE RENT: TODO: type description here.
MOVIES DVDS: TODO: type description here.
MUSIC: TODO: type description here.
NEWSPAPERS MAGAZINES: TODO: type description here.
OFFICE SUPPLIES: TODO: type description here.
PARKING: TODO: type description here.
PAYCHECK: TODO: type description here.
PERSONAL CARE: TODO: type description here.
PET FOOD SUPPLIES: TODO: type description here.
PET GROOMING: TODO: type description here.
PETS: TODO: type description here.
PHARMACY: TODO: type description here.
PRINTING: TODO: type description here.
PROPERTY TAX: TODO: type description here.
PUBLIC TRANSPORTATION: TODO: type description here.
REIMBURSEMENT: TODO: type description here.
RENTAL CAR TAXI: TODO: type description here.
RESTAURANTS: TODO: type description here.
SALES TAX: TODO: type description here.
SELL: TODO: type description here.
SERVICES PARTS: TODO: type description here.
SERVICE FEE: TODO: type description here.
SHIPPING: TODO: type description here.
SHOPPING: TODO: type description here.
SPA MASSAGE: TODO: type description here.
SPORTING GOODS: TODO: type description here.
SPORTS: TODO: type description here.
STATE TAX: TODO: type description here.
STREAMING SERVICES: TODO: type description here.
STUDENT LOAN: TODO: type description here.
TAXES: TODO: type description here.
TELEVISION: TODO: type description here.
TOYS: TODO: type description here.
TRADE COMMISSIONS: TODO: type description here.
TRANSFER: TODO: type description here.
TRANSFER FOR CASH SPENDING: TODO: type description here.
TRAVEL: TODO: type description here.
TUITION: TODO: type description here.
UNCATEGORIZED: TODO: type description here.
UTILITIES: TODO: type description here.
VACATION: TODO: type description here.
VETERINARY: TODO: type description here.
"""
ATM_FEE = 'ATM Fee'
ADVERTISING = 'Advertising'
AIR_TRAVEL = 'Air Travel'
ALCOHOL_BARS = 'Alcohol & Bars'
ALLOWANCE = 'Allowance'
AMUSEMENT = 'Amusement'
ARTS = 'Arts'
AUTO_TRANSPORT = 'Auto & Transport'
AUTO_INSURANCE = 'Auto Insurance'
AUTO_PAYMENT = 'Auto Payment'
BABY_SUPPLIES = 'Baby Supplies'
BABYSITTER_DAYCARE = 'Babysitter & Daycare'
BANK_FEE = 'Bank Fee'
BILLS_UTILITIES = 'Bills & Utilities'
BONUS = 'Bonus'
BOOKS = 'Books'
BOOKS_SUPPLIES = 'Books & Supplies'
BUSINESS_SERVICES = 'Business Services'
BUY = 'Buy'
CASH_ATM = 'Cash & ATM'
CHARITY = 'Charity'
CHECK = 'Check'
CHILD_SUPPORT = 'Child Support'
CLOTHING = 'Clothing'
COFFEE_SHOPS = 'Coffee Shops'
CREDIT_CARD_PAYMENT = 'Credit Card Payment'
DENTIST = 'Dentist'
DEPOSIT = 'Deposit'
DIVIDEND_CAP_GAINS = 'Dividend & Cap Gains'
DOCTOR = 'Doctor'
EDUCATION = 'Education'
ELECTRONICS_SOFTWARE = 'Electronics & Software'
ENTERTAINMENT = 'Entertainment'
EYECARE = 'Eyecare'
FAST_FOOD = 'Fast Food'
FEDERAL_TAX = 'Federal Tax'
FEES_CHARGES = 'Fees & Charges'
FINANCE_CHARGE = 'Finance Charge'
FINANCIAL = 'Financial'
FINANCIAL_ADVISOR = 'Financial Advisor'
FOOD_DINING = 'Food & Dining'
FURNISHINGS = 'Furnishings'
GAS_FUEL = 'Gas & Fuel'
GIFT = 'Gift'
GIFTS_DONATIONS = 'Gifts & Donations'
GROCERIES = 'Groceries'
GYM = 'Gym'
HAIR = 'Hair'
HEALTH_FITNESS = 'Health & Fitness'
HEALTH_INSURANCE = 'Health Insurance'
HOBBIES = 'Hobbies'
HOME = 'Home'
HOME_IMPROVEMENT = 'Home Improvement'
HOME_INSURANCE = 'Home Insurance'
HOME_PHONE = 'Home Phone'
HOME_SERVICES = 'Home Services'
HOME_SUPPLIES = 'Home Supplies'
HOTEL = 'Hotel'
INCOME = 'Income'
INTEREST_INCOME = 'Interest Income'
INTERNET = 'Internet'
INVESTMENTS = 'Investments'
KIDS = 'Kids'
KIDS_ACTIVITIES = 'Kids Activities'
LATE_FEE = 'Late Fee'
LAUNDRY = 'Laundry'
LAWN_GARDEN = 'Lawn & Garden'
LEGAL = 'Legal'
LIFE_INSURANCE = 'Life Insurance'
LOAN_FEES_AND_CHARGES = 'Loan Fees and Charges'
LOAN_INSURANCE = 'Loan Insurance'
LOAN_INTEREST = 'Loan Interest'
LOAN_PAYMENT = 'Loan Payment'
LOAN_PRINCIPAL = 'Loan Principal'
LOANS = 'Loans'
LOCAL_TAX = 'Local Tax'
MOBILE_PHONE = 'Mobile Phone'
MORTGAGE_RENT = 'Mortgage & Rent'
MOVIES_DVDS = 'Movies & DVDs'
MUSIC = 'Music'
NEWSPAPERS_MAGAZINES = 'Newspapers & Magazines'
OFFICE_SUPPLIES = 'Office Supplies'
PARKING = 'Parking'
PAYCHECK = 'Paycheck'
PERSONAL_CARE = 'Personal Care'
PET_FOOD_SUPPLIES = 'Pet Food & Supplies'
PET_GROOMING = 'Pet Grooming'
PETS = 'Pets'
PHARMACY = 'Pharmacy'
PRINTING = 'Printing'
PROPERTY_TAX = 'Property Tax'
PUBLIC_TRANSPORTATION = 'Public Transportation'
REIMBURSEMENT = 'Reimbursement'
RENTAL_CAR_TAXI = 'Rental Car & Taxi'
RESTAURANTS = 'Restaurants'
SALES_TAX = 'Sales Tax'
SELL = 'Sell'
SERVICES_PARTS = 'Services & Parts'
SERVICE_FEE = 'Service Fee'
SHIPPING = 'Shipping'
SHOPPING = 'Shopping'
SPA_MASSAGE = 'Spa & Massage'
SPORTING_GOODS = 'Sporting Goods'
SPORTS = 'Sports'
STATE_TAX = 'State Tax'
STREAMING_SERVICES = 'Streaming Services'
STUDENT_LOAN = 'Student Loan'
TAXES = 'Taxes'
TELEVISION = 'Television'
TOYS = 'Toys'
TRADE_COMMISSIONS = 'Trade Commissions'
TRANSFER = 'Transfer'
TRANSFER_FOR_CASH_SPENDING = 'Transfer for Cash Spending'
TRAVEL = 'Travel'
TUITION = 'Tuition'
UNCATEGORIZED = 'Uncategorized'
UTILITIES = 'Utilities'
VACATION = 'Vacation'
VETERINARY = 'Veterinary'