def call_house(self, other_args: List[str]):
     """Process house command"""
     quiverquant_view.government_trading(other_args, self.ticker, "house")
 def call_congress(self, other_args: List[str]):
     """Process congress command"""
     quiverquant_view.government_trading(other_args, self.ticker,
                                         "congress")