− TransactionKind::PortfolioFee => format!("Sell {fund} to cover portfolio fees"),
− TransactionKind::Purchase => format!("Buy {fund}"),
− TransactionKind::Reinvest => format!("Reinvest distribution of {fund}"),
− TransactionKind::SavingsPlan => format!("Savings plan for {fund}"),
− TransactionKind::SavingsPlanRebooking => format!("Rebook savings plan for {fund}"),
− TransactionKind::SavingsPlanReversal => format!("Reverse savings plan for {fund}"),
+ Self::PortfolioFee => format!("Sell {fund} to cover portfolio fees"),
+ Self::Purchase => format!("Buy {fund}"),
+ Self::Reinvest => format!("Reinvest distribution of {fund}"),
+ Self::SavingsPlan => format!("Savings plan for {fund}"),
+ Self::SavingsPlanRebooking => format!("Rebook savings plan for {fund}"),
+ Self::SavingsPlanReversal => format!("Reverse savings plan for {fund}"),