v1
latestOpenAPI 3.0.02026-07-241010520.6 KBFinancings
Retrieve Financing
Retrieve a financing by its ID.
get/tenants/{tenant_id}/designs/{design_id}/financings/{financing_id}
Path parameters
tenant_idstring uuid required
The ID of the tenant that the design is part of.
design_idstring uuid required
The ID of the design to retrieve the financings for.
financing_idstring uuid required
The ID of the financing itself.
Response
Financing successfully retrieved.
Example response
{
"financing": {
"name": "Default Financing",
"created_at": "2023-07-11 18:43:18 UTC",
"ran_at": "2023-07-11 18:43:18 UTC",
"system_price": 12500,
"cashflow_discount_rate": 3.2,
"project_useful_life": 30,
"degradation_factor": 99.5,
"inverter_price_per_watt": 0.65,
"inverter_life": 12,
"year1_avoided_cost": [
110.25
],
"lifetime_savings": 46051.42,
"incentive_values": [
{
"name": "Solar PV Energy Tax Credit - Personal",
"sum": 2500
}
],
"loan_principal": 20000,
"down_payment": 5000,
"avg_monthly_savings": 43.66,
"monthly_payment_first_month": 7.82,
"loans": [
{
"name": "20Y Mortgage Style Loan",
"principal_percentage": 20,
"duration_months": 240,
"dealer_fee_percentage": 5,
"periods": [
{
"duration_months": 24,
"interest_rate": 2.4
}
]
}
],
"epc_price_per_watt": 4.235,
"escalation": 2.99,
"solar_rate": 0.165,
"specific_yield": 1378.3861,
"upfront_payment": 4999.99,
"prepaid_lease_factor": 1.5384615,
"financier": {
"type": "integrated",
"provider": "mosaic",
"status": "quoted",
"approved_loan_amount": 100000,
"external": {
"provider_status": "funded",
"request_id": "627209b8-48e7-4dc9-a4d0-a790156086c7",
"consumer_id": "21ba23d5-60b8-4078-a58c-56e7948bcc78",
"quote_id": "64ec9870-6cfc-4a36-8235-bea8cfbd46b8",
"estimate_id": "b1b3b1b3-1b3b-1b3b-1b3b-1b3b1b3b1b3b",
"contract_signed_at": "2023-07-11 18:43:18 UTC"
}
}
}
}