OBJECT
type FinOpsCostWithCurrency {# A standard ISO currency codecurrency: String! # The currency value: A non-negative number; precision unspecified. Open Q: can # this be null for unknown (as opposed to 0.00)?value: Float! }