mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
more company formating
This commit is contained in:
parent
fd62acd2a0
commit
a9f5137fbf
1 changed files with 16 additions and 0 deletions
16
src/util.rs
16
src/util.rs
|
@ -511,8 +511,24 @@ impl Ark {
|
|||
.str()
|
||||
.replace(lit("Holdings"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" HOLDIN"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit("ORATION"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" PLC"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" AG"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" ADR"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" SA"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" NV"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" SE"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit(" CL C"), lit(""), true)
|
||||
.str()
|
||||
.replace(lit("COINBASE GLOBAL"), lit("COINBASE"), true)
|
||||
.str()
|
||||
.replace(lit("Coinbase Global"), lit("Coinbase"), true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue