def held_coins_with_chart_data(self) -> FrozenSet[str]: return self._held_coins() & self.available_coins()