Table name convention: enhanced or enriched?

I am trying to name a table that is created by joining Products table (which is a source table) and the other underlying table, and this new table is an output model that has the most accurate products information. What name I should give to the new table: products_enhanced or products_enriched according to dbt name conventions?