removing exchange currencies system, cos new one going in place now
This commit is contained in:
@@ -185,14 +185,6 @@ message ScriptDependency {
|
||||
string operation = 5;
|
||||
// Relationship table used to match the owner row to the related collection.
|
||||
string via_table = 6;
|
||||
// Source currency for an fx_conversion dependency.
|
||||
string from_currency = 7;
|
||||
// Target currency for an fx_conversion dependency.
|
||||
string to_currency = 8;
|
||||
// Persisted exchange-rate provider/source identifier.
|
||||
string source = 9;
|
||||
// Requested YYYY-MM-DD date, or empty for the latest stored snapshot.
|
||||
string as_of_date = 10;
|
||||
}
|
||||
|
||||
// Identifies the active form row whose external Steel inputs must be hydrated.
|
||||
@@ -251,18 +243,4 @@ message HydrateScriptDependenciesResponse {
|
||||
repeated HydratedColumnValue columns = 1;
|
||||
// Exact related aggregate inputs declared by stored scripts.
|
||||
repeated HydratedAggregateValue aggregates = 2;
|
||||
// Exact resolved rates declared by the table's stored scripts.
|
||||
repeated HydratedFxRate fx_rates = 3;
|
||||
}
|
||||
|
||||
message HydratedFxRate {
|
||||
string from_currency = 1;
|
||||
string to_currency = 2;
|
||||
string source = 3;
|
||||
string requested_as_of_date = 4;
|
||||
string rate = 5;
|
||||
string effective_date = 6;
|
||||
int64 rate_set_id = 7;
|
||||
int32 revision = 8;
|
||||
string base_currency = 9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user