def call_tispm(self, other_args: List[str]):
     """Process top-insider-sales-of-the-month"""
     return openinsider_view.print_insider_data(other_args, "tispm")
 def call_toppm(self, other_args: List[str]):
     """Process top-officer-purchases-of-the-month"""
     return openinsider_view.print_insider_data(other_args, "toppm")
 def call_tippw(self, other_args: List[str]):
     """Process top-insider-purchases-of-the-week"""
     return openinsider_view.print_insider_data(other_args, "tippw")
 def call_lis(self, other_args: List[str]):
     """Process insider-sales"""
     return openinsider_view.print_insider_data(other_args, "lis")
 def call_blcs(self, other_args: List[str]):
     """Process latest-ceo-cfo-sales-100k"""
     return openinsider_view.print_insider_data(other_args, "blcs")
 def call_blcp(self, other_args: List[str]):
     """Process latest-ceo-cfo-purchases-25k"""
     return openinsider_view.print_insider_data(other_args, "blcp")
 def call_lip(self, other_args: List[str]):
     """Process insider-purchases"""
     return openinsider_view.print_insider_data(other_args, "lip")
 def call_lit(self, other_args: List[str]):
     """Process latest-insider-trading"""
     return openinsider_view.print_insider_data(other_args, "lit")
 def call_lpsb(self, other_args: List[str]):
     """Process latest-penny-stock-buys"""
     return openinsider_view.print_insider_data(other_args, "lpsb")
 def call_lcb(self, other_args: List[str]):
     """Process latest-cluster-buys"""
     return openinsider_view.print_insider_data(other_args, "lcb")