You're trying to insert a row term_type that already exists in the table, violating a unique constraint.
term_type
SHOW CREATE TABLE tbl_investment;
This will show you the full table definition, including any unique constraints or indexes.