• Translate legacy code from COBOL (initially) to Python
  • Recreate the class structure of the original code
  • Refactor code to match modern design protocols
  • Enable translated code to run on a modern x86 PC Operating System
  • Contain full compatibility with any existing plugins or frameworks
  • Translated code will be fully equivalent in function to the original code
  • All comments and documentation will be intact
  • Contain an audit log of all changes made to the original code