addedInput schema / properties / acquisitionDate
Added value: +{
+ "description": "Data de aquisição (ISO). Default: agora",
+ "type": "string"
+}
addedInput schema / properties / color
Added value: +{
+ "description": "Cor associada ao investimento na UI (ex: hex '#RRGGBB')",
+ "type": "string"
+}
addedInput schema / properties / cost / description
Added value: +"Custo/valor investido. Default: igual a value (sem ganho/perda registrado se omitido)"
addedInput schema / properties / description
Added value: +{
+ "description": "Descrição livre do investimento",
+ "type": "string"
+}
addedInput schema / properties / exchange / description
Added value: +"Bolsa/exchange onde o ativo é negociado"
addedInput schema / properties / name / description
Added value: +"Nome do investimento"
addedInput schema / properties / shares
Added value: +{
+ "description": "Quantidade de cotas/ações compradas, se aplicável",
+ "type": "number"
+}
addedInput schema / properties / ticker / description
Added value: +"Código do ativo na bolsa/exchange (ex: PETR4). Convertido para maiúsculas"
changedInput schema / properties / type / description
Previous value: -"Ex: STOCK, FUND, CRYPTO, REAL_ESTATE"New value: +"Tipo do ativo — ex: stocks, crypto, real-estate-house, real-estate-apt, vehicle-car, business, cash, jewelry, art. Usado para agrupar a alocação em investments_workspace"
addedInput schema / properties / value / description
Added value: +"Valor de mercado atual do investimento"