Software Alternatives, Accelerators & Startups

SimCorp Dimension VS pkgsrc

Compare SimCorp Dimension VS pkgsrc and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

SimCorp Dimension logo SimCorp Dimension

Investment Portfolio Management

pkgsrc logo pkgsrc

pkgsrc is a framework for building over 17,000 open source software packages.
Not present
  • pkgsrc Landing page
    Landing page //
    2023-06-30

SimCorp Dimension features and specs

  • Comprehensive Functionality
    SimCorp Dimension offers a wide range of modules that cover front, middle, and back-office operations, allowing for end-to-end processing capabilities within a single platform.
  • Integration Capabilities
    The platform is known for its strong integration capabilities, enabling it to work seamlessly with other systems and third-party data providers, which facilitates smooth data flow and reduces operational silos.
  • Customization
    SimCorp Dimension allows for significant customization to meet the specific needs of different financial institutions, providing flexibility in how the software can be configured and used.
  • Regulatory Compliance
    The system regularly updates its features to comply with evolving regulatory requirements, helping institutions stay compliant with minimal effort.
  • Real-time Data Processing
    SimCorp Dimension provides real-time data processing and analytics, which supports timely decision-making and risk management.

Possible disadvantages of SimCorp Dimension

  • High Cost
    The platform can be expensive to implement and maintain, making it more suitable for larger financial institutions with substantial budgets.
  • Complexity
    Due to its broad functionality and level of customization, SimCorp Dimension can be complex to set up and use, requiring significant time and resources for implementation.
  • Training Requirements
    Given its complexity, users often require extensive training to efficiently use all of SimCorp Dimension's features, which can be time-consuming and costly.
  • Long Implementation Time
    The implementation process is often lengthy and resource-intensive, potentially leading to delayed project timelines and increased costs.
  • System Performance
    Some users have reported slower system performance, especially when handling large volumes of data, which can impede operational efficiency.

pkgsrc features and specs

  • Cross-Platform Support
    pkgsrc is designed to be a portable package management system and can be used on a variety of Unix-like operating systems, including NetBSD, Solaris, Linux, and macOS. This cross-platform capability makes it a versatile tool for developers working in diverse environments.
  • Consistency Across Systems
    Using pkgsrc allows for a consistent package management experience regardless of the underlying operating system, reducing the learning curve and maintenance overhead for administrators managing multiple systems.
  • Comprehensive Package Collection
    pkgsrc offers a wide range of software packages, providing a robust collection that can meet diverse user needs from scientific libraries to web applications.
  • Quarterly Releases
    With quarterly releases, pkgsrc provides a balanced approach between stability and keeping software up to date, offering users new features regularly while maintaining reliability.
  • Flexible Build Options
    pkgsrc supports a flexible build system, allowing users to customize package builds with specific options or dependencies, tailored to their specific needs or system requirements.

Possible disadvantages of pkgsrc

  • Smaller Community
    Compared to other popular package management systems like apt (Debian/Ubuntu) or yum (RedHat/CentOS), pkgsrc has a relatively smaller community, which might affect the availability of support and community-driven improvements.
  • Potentially Older Software
    While pkgsrc maintains stable quarterly releases, it may occasionally lag behind other systems in terms of offering the very latest versions of certain software, which might not be ideal for users needing the newest features.
  • Manual Configuration
    Setting up pkgsrc might require manual interventions and configurations, which could pose a hurdle for users unfamiliar with its setup process or those who prefer more automated solutions.
  • Dependency Management
    Although pkgsrc is quite capable in dependency handling, some users may find its dependency resolution to be less automatic or seamless compared to other systems which offer more integrated solutions.
  • Performance Overhead
    Because it is designed to be cross-platform, there can be some performance overhead associated with using pkgsrc compared to native package managers that are optimized for specific operating systems.

Analysis of SimCorp Dimension

Overall verdict

  • SimCorp Dimension is generally considered a good solution, especially for large financial institutions looking for a robust and integrated investment management system. Its comprehensive functionality and adaptability to the evolving financial landscape make it a strong choice, though it might be more than is necessary for smaller firms or those with simpler needs.

Why this product is good

  • SimCorp Dimension is highly regarded in the financial services industry due to its comprehensive functionality, offering a fully integrated, front-to-back investment management solution. It is known for its scalability, flexibility, and ability to handle complex multi-asset investment processes. The platform supports various functions, including trading, portfolio management, compliance, risk management, and accounting, which makes it appealing to investment managers, asset servicers, and insurance companies. Additionally, its ability to adapt to regulatory changes and incorporate new technologies, like cloud computing and advanced analytics, further enhances its reputation.

Recommended for

  • Large asset management firms
  • Investment management companies
  • Insurance companies
  • Asset servicers
  • Pension funds
  • Organizations needing comprehensive regulatory compliance features

SimCorp Dimension videos

No SimCorp Dimension videos yet. You could help us improve this page by suggesting one.

Add video

pkgsrc videos

pkgsrc on ChromeOS

More videos:

  • Review - Using pkgsrc for multi-platform deployments in heterogeneous environments, G Clifford Williams

Category Popularity

0-100% (relative to SimCorp Dimension and pkgsrc)
Finance
100 100%
0% 0
Developer Tools
0 0%
100% 100
Trading
100 100%
0% 0
Package Manager
0 0%
100% 100

User comments

Share your experience with using SimCorp Dimension and pkgsrc. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, pkgsrc seems to be more popular. It has been mentiond 11 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

SimCorp Dimension mentions (0)

We have not tracked any mentions of SimCorp Dimension yet. Tracking of SimCorp Dimension recommendations started around Mar 2021.

pkgsrc mentions (11)

  • Debian isn't waiting for 2038 to blow up, switches to 64-bit time for everything
    > Most open source software packages are also compiled for BSD variants, they switched to 64 bit time_t a long time ago and reported back upstream any problems. * NetBSD in 2012: https://www.netbsd.org/releases/formal-6/NetBSD-6.0.html * OpenBSD in 2014: http://www.openbsd.org/55.html For packaging, NetBSD uses their (multi-platform) Pkgsrc, which has 29,000 packages, which probably covers a large swath of... - Source: Hacker News / about 1 year ago
  • Our Audit of Homebrew
    > https://pkgsrc.smartos.org/install-on-macos/ Note that Pkgsrc is a NetBSD-derived project. * https://pkgsrc.org The Joyent folks leveraged it to allow their customers, who were perhaps not as familiar with Solaris/SmartOS, a larger pool of packages. Pkgsrc was running on Solaris before Joyent, Joyent built on top of it. - Source: Hacker News / about 2 years ago
  • Show HN: Brioche โ€“ A new Nix-like package manager
    Https://pkgsrc.org/ from netbsd runs on many systems. - Source: Hacker News / about 2 years ago
  • Installing packages without an internet connection?
    It seems according to pkgsrc.org that pkgin might follow the PKG_PATH environment variable. You're supposed to set PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/", and according to uname(1), -p gives the processor architecture and -r gives the operating system [kernel] release. Source: over 3 years ago
  • pkgsrc.se is no more :(
    It seems like pkgsrc.org hasnโ€™t got the news yet. Source: over 3 years ago
View more

What are some alternatives?

When comparing SimCorp Dimension and pkgsrc, you can also consider the following products

eMoney - eMoney is software that provides shippers an innovative source for their end-to-end encrypted transactions.

Conda - Binary package manager with support for environments.

Riskalyze - Riskalyze is a quantitative system for identifying client risk tolerance, aligning portfolios to client expectations, and quantifying the suitability of investments.

Homebrew - The missing package manager for macOS

Ziggma - Ziggma is the web-based Investment Portfolio Management Software that makes investing easy.

Yay - Yay is an AUR helper written in go, based on the design of yaourt, apacman and pacaur.