|
ORE Studio 0.0.4
|
Service for managing day count fraction types. More...
#include <day_count_fraction_type_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| day_count_fraction_type_service (context ctx) | |
| std::vector< domain::day_count_fraction_type > | list_types () |
| std::optional< domain::day_count_fraction_type > | find_type (const std::string &code) |
| void | save_type (const domain::day_count_fraction_type &v) |
| void | save_types (const std::vector< domain::day_count_fraction_type > &v) |
| void | remove_type (const std::string &code) |
| void | remove_types (const std::vector< std::string > &codes) |
| Removes multiple day count fraction types. | |
| std::vector< domain::day_count_fraction_type > | get_type_history (const std::string &code) |
Service for managing day count fraction types.