An open API service indexing awesome lists of open source software.

https://github.com/tony-42069/cre-sofr-spreads-dashboard

This repository contains a dynamic web page that visualizes current SOFR spreads across different commercial real estate asset classes. The dashboard provides a breakdown of spreads for industrial, multifamily, office, and retail properties, categorized by risk profiles such as Core/Stabilized, Value-Add, and Opportunistic.
https://github.com/tony-42069/cre-sofr-spreads-dashboard

cre sofr

Last synced: about 2 months ago
JSON representation

This repository contains a dynamic web page that visualizes current SOFR spreads across different commercial real estate asset classes. The dashboard provides a breakdown of spreads for industrial, multifamily, office, and retail properties, categorized by risk profiles such as Core/Stabilized, Value-Add, and Opportunistic.

Awesome Lists containing this project

README

        

# [Commercial Real Estate SOFR Spreads Dashboard](https://tony-42069.github.io/cre-sofr-spreads-dashboard/)

A dynamic dashboard built with Next.js and Chart.js that visualizes current SOFR (Secured Overnight Financing Rate) spreads across different commercial real estate asset classes.

## Preview
![Preview](preview.png)

## Overview

This dashboard provides real-time visualization of SOFR spreads across various commercial real estate asset classes:
- Industrial
- Multifamily
- Office
- Retail

Each asset class is broken down by risk profile:
- Core/Stabilized
- Value-Add
- Opportunistic

## Features

- 📊 Interactive data visualization using Chart.js
- 💼 Comprehensive breakdown by asset class
- 🏢 Detailed spread information for different property types
- 📱 Responsive design for all devices
- 🎨 Clean, modern UI with Tailwind CSS

## Tech Stack

- [Next.js](https://nextjs.org/) - React framework for production
- [Chart.js](https://www.chartjs.org/) - Data visualization
- [Tailwind CSS](https://tailwindcss.com/) - Styling
- [TypeScript](https://www.typescriptlang.org/) - Type safety

## Getting Started

### Prerequisites

- Node.js (v14 or higher)
- npm or yarn

### Installation

1. Clone the repository
\`\`\`bash
git clone https://github.com/tony-42069/sofr-spreads-dashboard.git
\`\`\`

2. Install dependencies
\`\`\`bash
npm install
# or
yarn install
\`\`\`

3. Run the development server
\`\`\`bash
npm run dev
# or
yarn dev
\`\`\`

4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Deployment

The project is deployed on Vercel. For your own deployment:

1. Push your code to GitHub
2. Import your repository to Vercel
3. Deploy with default settings

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Contact

Tony - [@tony-42069](https://github.com/tony-42069)

Project Link: [https://tony-42069.github.io/cre-sofr-spreads-dashboard/](https://tony-42069.github.io/cre-sofr-spreads-dashboard/)