Implement "index portfolio", "load index", "update index" command

This commit is contained in:
2023-06-29 11:01:34 +09:00
parent a289e1852a
commit 3a9fcd4a5e
11 changed files with 584 additions and 98 deletions

View File

@@ -15,15 +15,6 @@ enum RunMode: String {
}
struct Param: Codable {
/// simulator (begin ~ end)
///
let beginDate: String // yyyyMMdd HHmmss
let endDate: String // yyyyMMdd HHmmss
}
struct Model: Codable {
let indexSets: [IndexSet]