enterprise_value
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Enterprise Value & Multiples Calculator — Market cap, enterprise value and EV/EBITDA, EV/Revenue multiples.
Parameters schema
{
"type": "object",
"required": [
"share_price",
"shares_outstanding"
],
"properties": {
"cash": {
"type": "number",
"description": "Cash and equivalents in USD"
},
"ebitda": {
"type": "number",
"description": "EBITDA in USD (for EV/EBITDA)"
},
"revenue": {
"type": "number",
"description": "Revenue in USD (for EV/Revenue)"
},
"total_debt": {
"type": "number",
"description": "Total debt in USD"
},
"share_price": {
"type": "number",
"description": "Share price in USD"
},
"preferred_equity": {
"type": "number",
"description": "Preferred equity in USD"
},
"minority_interest": {
"type": "number",
"description": "Minority interest in USD"
},
"shares_outstanding": {
"type": "number",
"description": "Shares outstanding"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries